2022-08-06 16:56:17 +00:00
|
|
|
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SYS_PARAM_H_
|
|
|
|
#define COSMOPOLITAN_LIBC_ISYSTEM_SYS_PARAM_H_
|
2022-08-11 19:13:18 +00:00
|
|
|
#include "libc/intrin/newbie.h"
|
2022-08-06 16:56:17 +00:00
|
|
|
#include "libc/calls/calls.h"
|
|
|
|
#include "libc/calls/struct/rlimit.h"
|
|
|
|
#include "libc/calls/struct/rusage.h"
|
2023-10-03 02:25:19 +00:00
|
|
|
#include "libc/stdio/sysparam.h"
|
2022-08-06 16:56:17 +00:00
|
|
|
#include "libc/calls/weirdtypes.h"
|
|
|
|
#include "libc/limits.h"
|
|
|
|
#include "libc/sysv/consts/endian.h"
|
|
|
|
#include "libc/sysv/consts/prio.h"
|
|
|
|
#include "libc/sysv/consts/rlim.h"
|
|
|
|
#include "libc/sysv/consts/rlimit.h"
|
|
|
|
#include "libc/sysv/consts/rusage.h"
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_SYS_PARAM_H_ */
|