Initial commit - work done up through 11 Feb 2020

This commit is contained in:
Gitea 2020-02-11 23:17:24 -06:00
commit 2bc7401904
27 changed files with 478 additions and 0 deletions

6
include/sys/cdefs.h Executable file
View 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
View file

@ -0,0 +1,4 @@
#ifndef _SYS_TYPES_H
#define _SYS_TYPES_H
#endif /* not _HEADER */