musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2014年05月27日 14:21:46 -0400
committerRich Felker <dalias@aerifal.cx>2014年05月27日 14:21:46 -0400
commitd677d3fe830899926072af6dfffefb16ab6b50bd (patch)
treed8357f5168fa84505f06219e761f9e9cff34a1eb /src
parent2fe6579125fe042f2255afbf00fc8e4b80d6a6be (diff)
downloadmusl-d677d3fe830899926072af6dfffefb16ab6b50bd.tar.gz
fix missing declaration of strcpy in implementation of tmpnam
Diffstat (limited to 'src')
-rw-r--r--src/stdio/tmpnam.c 1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/tmpnam.c b/src/stdio/tmpnam.c
index 92f699c2..c3f5a2ff 100644
--- 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
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月09日 18:27:11 +0000

AltStyle によって変換されたページ (->オリジナル) /