mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-13 16:29:21 +00:00
Add stub headers
This commit is contained in:
4
include/sys/stat.h
Normal file
4
include/sys/stat.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef _SYS_STAT_H
|
||||
#define _SYS_STAT_H
|
||||
|
||||
#endif // !_SYS_STAT_H
|
4
include/sys/time.h
Normal file
4
include/sys/time.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef _SYS_TIME_H
|
||||
#define _SYS_TIME_H
|
||||
|
||||
#endif // !_SYS_TIME_H
|
4
include/sys/types.h
Normal file
4
include/sys/types.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef _SYS_TYPES_H
|
||||
#define _SYS_TYPES_H
|
||||
|
||||
#endif // !_SYS_TYPES_H
|
Reference in New Issue
Block a user