1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Declare ecvt, fcvt, gcvt, mktemp in stdlib.h for XOPEN2K (bug 14824).

This commit is contained in:
Joseph Myers
2012-11-09 21:16:58 +00:00
parent fb1ae1eede
commit 9bde902c76
3 changed files with 22 additions and 3 deletions

View File

@ -596,7 +596,7 @@ extern int clearenv (void) __THROW;
#if defined __USE_MISC \
|| (defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K)
|| (defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K8)
/* Generate a unique temporary file name from TEMPLATE.
The last six characters of TEMPLATE must be "XXXXXX";
they are replaced with a string that makes the file name unique.
@ -796,7 +796,7 @@ __END_NAMESPACE_C99
#endif
#if (defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K) \
#if (defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K8) \
|| defined __USE_SVID
/* Convert floating point numbers to strings. The returned values are
valid only until another call to the same function. */