summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 08af451f0..581c8cce7 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -106,6 +106,9 @@ extern div_t div __P ((int __numer, int __denom)) __attribute__ ((__const__));
extern long int labs __P ((long int __x)) __attribute__ ((__const__));
extern ldiv_t ldiv __P ((long int __numer, long int __denom)) __attribute__ ((__const__));
+/* Generate a unique temporary file name from TEMPLATE. */
+extern char *mktemp __P ((char *__template));
+extern int mkstemp __P ((char *__template));
#endif /* __STDLIB_H */