mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 22:31:58 +00:00
fix missing declaration of strcpy in implementation of tmpnam
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <string.h>
|
||||
#include "syscall.h"
|
||||
|
||||
#define MAXTRIES 100
|
||||
|
Reference in New Issue
Block a user