mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
5
libc/isystem/sys/auxv.h
Normal file
5
libc/isystem/sys/auxv.h
Normal 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
6
libc/isystem/sys/ioctl.h
Normal 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
6
libc/isystem/sys/mman.h
Normal 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
0
libc/isystem/sys/param.h
Normal file
5
libc/isystem/sys/random.h
Normal file
5
libc/isystem/sys/random.h
Normal 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_ */
|
4
libc/isystem/sys/resource.h
Normal file
4
libc/isystem/sys/resource.h
Normal 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
|
4
libc/isystem/sys/socket.h
Normal file
4
libc/isystem/sys/socket.h
Normal 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
5
libc/isystem/sys/stat.h
Normal 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
|
4
libc/isystem/sys/sysinfo.h
Normal file
4
libc/isystem/sys/sysinfo.h
Normal 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
6
libc/isystem/sys/time.h
Normal 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
4
libc/isystem/sys/types.h
Normal 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
4
libc/isystem/sys/uio.h
Normal 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_ */
|
4
libc/isystem/sys/utsname.h
Normal file
4
libc/isystem/sys/utsname.h
Normal 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
5
libc/isystem/sys/wait.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue