fix missing declaration of strcpy in implementation of tmpnam
This commit is contained in:
parent
2fe6579125
commit
d677d3fe83
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <string.h>
|
||||
#include "syscall.h"
|
||||
|
||||
#define MAXTRIES 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue