diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-02-11 16:21:43 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-02-11 16:21:43 +0000 |
commit | 6c8cc2d3042d0585741452006c29cb21fbba39ea (patch) | |
tree | 9050443fde19b762762681cb114b3ca55831a038 /locale | |
parent | ce28a8ab09cdd49890261d37b5b9280131d18014 (diff) | |
download | glibc-6c8cc2d3042d0585741452006c29cb21fbba39ea.tar glibc-6c8cc2d3042d0585741452006c29cb21fbba39ea.tar.gz glibc-6c8cc2d3042d0585741452006c29cb21fbba39ea.tar.bz2 glibc-6c8cc2d3042d0585741452006c29cb21fbba39ea.zip |
Updated to fedora-glibc-20070211T1607cvs/fedora-glibc-2_5_90-17
Diffstat (limited to 'locale')
-rw-r--r-- | locale/uselocale.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/uselocale.c b/locale/uselocale.c index 4e63dabd8e..6a54b58a27 100644 --- a/locale/uselocale.c +++ b/locale/uselocale.c @@ -1,5 +1,5 @@ /* uselocale -- fetch and set the current per-thread locale - Copyright (C) 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -70,4 +70,5 @@ __uselocale (locale_t newloc) return oldloc == &_nl_global_locale ? LC_GLOBAL_LOCALE : oldloc; } +libc_hidden_def (__uselocale) weak_alias (__uselocale, uselocale) |