diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-08-16 22:08:56 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-08-16 22:08:56 +0000 |
commit | 9b0cdd693e7f54fd35fd58931b940efe6ccb88cd (patch) | |
tree | c9441514de089a1f5135e442d01cfbc1c4da1416 /wcsmbs | |
parent | 91ed9442cea3802c96b69553d6653ed01df7c990 (diff) | |
download | glibc-9b0cdd693e7f54fd35fd58931b940efe6ccb88cd.tar glibc-9b0cdd693e7f54fd35fd58931b940efe6ccb88cd.tar.gz glibc-9b0cdd693e7f54fd35fd58931b940efe6ccb88cd.tar.bz2 glibc-9b0cdd693e7f54fd35fd58931b940efe6ccb88cd.zip |
Updated to fedora-glibc-20070816T2121cvs/fedora-glibc-2_6_90-11
Diffstat (limited to 'wcsmbs')
-rw-r--r-- | wcsmbs/bits/wchar-ldbl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wcsmbs/bits/wchar-ldbl.h b/wcsmbs/bits/wchar-ldbl.h index 5e4894567c..56a28d33b9 100644 --- a/wcsmbs/bits/wchar-ldbl.h +++ b/wcsmbs/bits/wchar-ldbl.h @@ -1,5 +1,5 @@ /* -mlong-double-64 compatibility mode for <wchar.h> functions. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 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 @@ -48,8 +48,6 @@ __END_NAMESPACE_C99 __LDBL_REDIR1_DECL (wcstold_l, wcstod_l); #endif -__LDBL_REDIR1_DECL (__wcstold_internal, __wcstod_internal); - #if __USE_FORTIFY_LEVEL > 0 && !defined __cplusplus __LDBL_REDIR_DECL (__swprintf_chk) __LDBL_REDIR_DECL (__vswprintf_chk) |