mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-06 23:02:10 +03:00
fix missing declaration of strcpy in implementation of tmpnam
This commit is contained in:
parent
2fe6579125
commit
d677d3fe83
@ -2,6 +2,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <string.h>
|
||||
#include "syscall.h"
|
||||
|
||||
#define MAXTRIES 100
|
||||
|
Loading…
Reference in New Issue
Block a user