Added mkstemp64
Bug: 13076637 Change-Id: I41bf28ab3e6c7325470781e9323eeec023483df5
This commit is contained in:
@@ -54,6 +54,7 @@ extern int clearenv(void);
|
||||
extern char* mkdtemp(char*);
|
||||
extern char* mktemp(char*) __warnattr("mktemp possibly used unsafely; consider using mkstemp");
|
||||
extern int mkstemp(char*);
|
||||
extern int mkstemp64(char*);
|
||||
|
||||
extern long strtol(const char *, char **, int);
|
||||
extern long long strtoll(const char *, char **, int);
|
||||
|
Reference in New Issue
Block a user