mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
* wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove. * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove. * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2007-08-16 Jakub Jelinek <jakub@redhat.com>
|
2007-08-16 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
|
||||||
|
* wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
|
||||||
|
|
||||||
* sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
|
* sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
|
||||||
* sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here. New
|
* sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here. New
|
||||||
file.
|
file.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* -mlong-double-64 compatibility mode for <stdlib.h> functions.
|
/* -mlong-double-64 compatibility mode for <stdlib.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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -31,8 +31,6 @@ __END_NAMESPACE_C99
|
|||||||
__LDBL_REDIR1_DECL (strtold_l, strtod_l)
|
__LDBL_REDIR1_DECL (strtold_l, strtod_l)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
__LDBL_REDIR1_DECL (__strtold_internal, __strtod_internal)
|
|
||||||
|
|
||||||
#if defined __USE_SVID || defined __USE_XOPEN_EXTENDED
|
#if defined __USE_SVID || defined __USE_XOPEN_EXTENDED
|
||||||
# ifdef __USE_MISC
|
# ifdef __USE_MISC
|
||||||
__LDBL_REDIR1_DECL (qecvt, ecvt)
|
__LDBL_REDIR1_DECL (qecvt, ecvt)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* -mlong-double-64 compatibility mode for <wchar.h> functions.
|
/* -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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
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);
|
__LDBL_REDIR1_DECL (wcstold_l, wcstod_l);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
__LDBL_REDIR1_DECL (__wcstold_internal, __wcstod_internal);
|
|
||||||
|
|
||||||
#if __USE_FORTIFY_LEVEL > 0 && !defined __cplusplus
|
#if __USE_FORTIFY_LEVEL > 0 && !defined __cplusplus
|
||||||
__LDBL_REDIR_DECL (__swprintf_chk)
|
__LDBL_REDIR_DECL (__swprintf_chk)
|
||||||
__LDBL_REDIR_DECL (__vswprintf_chk)
|
__LDBL_REDIR_DECL (__vswprintf_chk)
|
||||||
|
Reference in New Issue
Block a user