Add stub headers

This commit is contained in:
Alex
2023-03-30 19:53:58 +03:00
parent 28b0a393bf
commit 09e549fdb7
10 changed files with 40 additions and 0 deletions

4
include/sys/stat.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef _SYS_STAT_H
#define _SYS_STAT_H
#endif // !_SYS_STAT_H

4
include/sys/time.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef _SYS_TIME_H
#define _SYS_TIME_H
#endif // !_SYS_TIME_H

4
include/sys/types.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef _SYS_TYPES_H
#define _SYS_TYPES_H
#endif // !_SYS_TYPES_H