Added mkstemp64

Bug: 13076637
Change-Id: I41bf28ab3e6c7325470781e9323eeec023483df5
This commit is contained in:
Calin Juravle
2014-02-21 15:11:03 +00:00
parent da030de702
commit fe317a3775
5 changed files with 48 additions and 4 deletions

View File

@@ -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);