Squash commits for public release
This commit is contained in:
15
libs/libc/include/sys/stat.h
Normal file
15
libs/libc/include/sys/stat.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _LIBC_SYS_STAT_H
|
||||
#define _LIBC_SYS_STAT_H
|
||||
|
||||
#include <bits/sys/stat.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
int mkdir(const char* path);
|
||||
int fstat(int nfds, stat_t* stat);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user