2022-08-06 09:56:17 -07:00
|
|
|
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SYS_PARAM_H_
|
|
|
|
#define COSMOPOLITAN_LIBC_ISYSTEM_SYS_PARAM_H_
|
|
|
|
#include "libc/calls/calls.h"
|
|
|
|
#include "libc/calls/struct/rlimit.h"
|
|
|
|
#include "libc/calls/struct/rusage.h"
|
|
|
|
#include "libc/calls/weirdtypes.h"
|
2022-08-11 12:13:18 -07:00
|
|
|
#include "libc/intrin/newbie.h"
|
2022-08-06 09:56:17 -07:00
|
|
|
#include "libc/limits.h"
|
2023-10-02 19:25:19 -07:00
|
|
|
#include "libc/stdio/sysparam.h"
|
2022-08-06 09:56:17 -07:00
|
|
|
#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_ */
|