mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
* stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r,
qfcvt_r): Guard with #if defined __USE_SVID || defined __USE_XOPEN_EXTENDED.
This commit is contained in:
parent
36dbaf9967
commit
f085204b84
@ -1,5 +1,9 @@
|
||||
2006-02-03 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r,
|
||||
qfcvt_r): Guard with #if defined __USE_SVID || defined
|
||||
__USE_XOPEN_EXTENDED.
|
||||
|
||||
* sysdeps/unix/sysv/linux/futimesat.c (futimesat): If
|
||||
file == NULL, use __futimes unconditionally.
|
||||
|
||||
|
@ -33,10 +33,12 @@ __LDBL_REDIR1_DECL (strtold_l, strtod_l)
|
||||
|
||||
__LDBL_REDIR1_DECL (__strtold_internal, __strtod_internal)
|
||||
|
||||
#ifdef __USE_MISC
|
||||
#if defined __USE_SVID || defined __USE_XOPEN_EXTENDED
|
||||
# ifdef __USE_MISC
|
||||
__LDBL_REDIR1_DECL (qecvt, ecvt)
|
||||
__LDBL_REDIR1_DECL (qfcvt, fcvt)
|
||||
__LDBL_REDIR1_DECL (qgcvt, gcvt)
|
||||
__LDBL_REDIR1_DECL (qecvt_r, ecvt_r)
|
||||
__LDBL_REDIR1_DECL (qfcvt_r, fcvt_r)
|
||||
# endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user