Initial commit - work done up through 11 Feb 2020
This commit is contained in:
commit
2bc7401904
27 changed files with 478 additions and 0 deletions
6
include/sys/cdefs.h
Executable file
6
include/sys/cdefs.h
Executable file
|
@ -0,0 +1,6 @@
|
|||
#ifndef _SYS_CDEFS_H
|
||||
#define _SYS_CDEFS_H
|
||||
|
||||
#define __fenix_libc 1
|
||||
|
||||
#endif
|
4
include/sys/types.h
Executable file
4
include/sys/types.h
Executable file
|
@ -0,0 +1,4 @@
|
|||
#ifndef _SYS_TYPES_H
|
||||
#define _SYS_TYPES_H
|
||||
|
||||
#endif /* not _HEADER */
|
Loading…
Add table
Add a link
Reference in a new issue