Revert "Revert "Initial commit - work done up through 11 Feb 2020""

This reverts commit 56f77cf071.

oops
This commit is contained in:
Gitea 2020-02-11 23:23:27 -06:00
parent 56f77cf071
commit 36cb297b57
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 */