Initial import

This commit is contained in:
Justine Tunney 2020-06-15 07:18:57 -07:00
commit c91b3c5006
14915 changed files with 590219 additions and 0 deletions

5
libc/isystem/sys/auxv.h Normal file
View file

@ -0,0 +1,5 @@
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SYS_AUXV_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_SYS_AUXV_H_
#include "libc/runtime/runtime.h"
#include "libc/sysv/consts/auxv.h"
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_SYS_AUXV_H_ */

6
libc/isystem/sys/ioctl.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef LIBC_ISYSTEM_SYS_IOCTL_H_
#define LIBC_ISYSTEM_SYS_IOCTL_H_
#include "libc/calls/calls.h"
#include "libc/sysv/consts/blk.h"
#include "libc/sysv/consts/fd.h"
#endif

6
libc/isystem/sys/mman.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef LIBC_ISYSTEM_SYS_MMAN_H_
#define LIBC_ISYSTEM_SYS_MMAN_H_
#include "libc/calls/calls.h"
#include "libc/sysv/consts/map.h"
#include "libc/sysv/consts/mremap.h"
#endif

0
libc/isystem/sys/param.h Normal file
View file

View file

@ -0,0 +1,5 @@
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SYS_RANDOM_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_SYS_RANDOM_H_
#include "libc/rand/rand.h"
#include "libc/sysv/consts/grnd.h"
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_SYS_RANDOM_H_ */

View file

@ -0,0 +1,4 @@
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SYS_RESOURCE_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_SYS_RESOURCE_H_
#include "libc/calls/calls.h"
#endif

View file

@ -0,0 +1,4 @@
#ifndef LIBC_ISYSTEM_SYS_SOCKET_H_
#define LIBC_ISYSTEM_SYS_SOCKET_H_
#include "libc/sock/sock.h"
#endif

5
libc/isystem/sys/stat.h Normal file
View file

@ -0,0 +1,5 @@
#ifndef LIBC_ISYSTEM_SYS_STAT_H_
#define LIBC_ISYSTEM_SYS_STAT_H_
#include "libc/calls/calls.h"
#include "libc/sysv/consts/s.h"
#endif

View file

@ -0,0 +1,4 @@
#ifndef LIBC_ISYSTEM_SYS_SYSINFO_H_
#define LIBC_ISYSTEM_SYS_SYSINFO_H_
#include "libc/calls/calls.h"
#endif

6
libc/isystem/sys/time.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef LIBC_ISYSTEM_SYS_TIME_H_
#define LIBC_ISYSTEM_SYS_TIME_H_
#include "libc/sysv/consts/clock.h"
#include "libc/sysv/consts/itimer.h"
#include "libc/time/time.h"
#endif

4
libc/isystem/sys/types.h Normal file
View file

@ -0,0 +1,4 @@
#ifndef LIBC_ISYSTEM_SYS_TYPES_H_
#define LIBC_ISYSTEM_SYS_TYPES_H_
#include "libc/calls/weirdtypes.h"
#endif

4
libc/isystem/sys/uio.h Normal file
View file

@ -0,0 +1,4 @@
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SYS_UIO_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_SYS_UIO_H_
#include "libc/calls/calls.h"
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_SYS_UIO_H_ */

View file

@ -0,0 +1,4 @@
#ifndef LIBC_ISYSTEM_SYS_UTSNAME_H_
#define LIBC_ISYSTEM_SYS_UTSNAME_H_
#include "libc/calls/calls.h"
#endif

5
libc/isystem/sys/wait.h Normal file
View file

@ -0,0 +1,5 @@
#ifndef LIBC_ISYSTEM_SYS_WAIT_H_
#define LIBC_ISYSTEM_SYS_WAIT_H_
#include "libc/calls/calls.h"
#include "libc/sysv/consts/w.h"
#endif