projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fe6579
)
fix missing declaration of strcpy in implementation of tmpnam
author
Rich Felker
<dalias@aerifal.cx>
Tue, 27 May 2014 18:21:46 +0000
(14:21 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Tue, 27 May 2014 18:21:46 +0000
(14:21 -0400)
src/stdio/tmpnam.c
patch
|
blob
|
history
diff --git
a/src/stdio/tmpnam.c
b/src/stdio/tmpnam.c
index 92f699c25d359d71123c0b9da3f8a01850d69af7..c3f5a2fff47b100c3cf698f7bb839fb151f06200 100644
(file)
--- a/
src/stdio/tmpnam.c
+++ b/
src/stdio/tmpnam.c
@@
-2,6
+2,7
@@
#include <fcntl.h>
#include <errno.h>
#include <sys/stat.h>
+#include <string.h>
#include "syscall.h"
#define MAXTRIES 100