mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Add stub headers
This commit is contained in:
parent
28b0a393bf
commit
09e549fdb7
4
include/dlfcn.h
Normal file
4
include/dlfcn.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef _DLFCN_H
|
||||
#define _DLFCN_H
|
||||
|
||||
#endif // !_DLFCN_H
|
4
include/pthread.h
Normal file
4
include/pthread.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef _PTHREAD_H
|
||||
#define _PTHREAD_H
|
||||
|
||||
#endif // !_PTHREAD_H
|
4
include/sched.h
Normal file
4
include/sched.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef _SCHED_H
|
||||
#define _SCHED_H
|
||||
|
||||
#endif // !_SCHED_H
|
4
include/stdio.h
Normal file
4
include/stdio.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef _STDIO_H
|
||||
#define _STDIO_H
|
||||
|
||||
#endif // !_STDIO_H
|
4
include/strings.h
Normal file
4
include/strings.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef _STRINGS_H
|
||||
#define _STRINGS_H
|
||||
|
||||
#endif // !_STRINGS_H
|
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
|
4
include/unistd.h
Normal file
4
include/unistd.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef _UNISTD_H
|
||||
#define _UNISTD_H
|
||||
|
||||
#endif // !_UNISTD_H
|
4
include/wchar.h
Normal file
4
include/wchar.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef _WCHAR_H
|
||||
#define _WCHAR_H
|
||||
|
||||
#endif // !_WCHAR_H
|
Loading…
x
Reference in New Issue
Block a user