diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 14:14:45 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 14:14:45 +0000 |
commit | f498888930d2e1ba4a1cdf60760df9584ff1eaa6 (patch) | |
tree | af3c840311ce72dc9b92807fef3ec4f6cf4c005d /include/stdlib.h | |
parent | 657f68a8f714863321c29dd23aa18f0d5ab40d65 (diff) | |
download | uClibc-alpine-f498888930d2e1ba4a1cdf60760df9584ff1eaa6.tar.bz2 uClibc-alpine-f498888930d2e1ba4a1cdf60760df9584ff1eaa6.tar.xz |
- pull r24593:24596 from trunk
Diffstat (limited to 'include/stdlib.h')
-rw-r--r-- | include/stdlib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 87b284639..124dc7329 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -598,11 +598,13 @@ extern int clearenv (void) __THROW; #if defined __USE_MISC || defined __USE_XOPEN_EXTENDED +# if defined __UCLIBC_SUSV3_LEGACY__ /* 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. Returns TEMPLATE, or a null pointer if it cannot get a unique file name. */ extern char *mktemp (char *__template) __THROW __nonnull ((1)) __wur; +# endif /* Generate a unique temporary file name from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; |