Add mkdtemp() prototype to stdlib.h.
The mkdtemp() function is implemented in libc/stdio/mktemp.c but not exposed in stdlib.h. This change adds the prototype to stdlib.h. Change-Id: I5a98650c665d2e45b2cf6ed3382742f7bdc7c88a
This commit is contained in:
@@ -57,6 +57,7 @@ extern int setenv(const char *, const char *, int);
|
|||||||
extern int unsetenv(const char *);
|
extern int unsetenv(const char *);
|
||||||
extern int clearenv(void);
|
extern int clearenv(void);
|
||||||
|
|
||||||
|
extern char *mkdtemp(char *);
|
||||||
extern char *mktemp (char *);
|
extern char *mktemp (char *);
|
||||||
extern int mkstemp (char *);
|
extern int mkstemp (char *);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user