cosmopolitan/libc/isystem/unistd.h

17 lines
510 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef LIBC_ISYSTEM_UNISTD_H_
#define LIBC_ISYSTEM_UNISTD_H_
#include "libc/calls/calls.h"
#include "libc/calls/weirdtypes.h"
2022-09-06 18:22:08 +00:00
#include "libc/runtime/pathconf.h"
#include "libc/runtime/runtime.h"
2022-09-04 07:10:17 +00:00
#include "libc/runtime/sysconf.h"
#include "libc/sysv/consts/f.h"
2020-06-15 14:18:57 +00:00
#include "libc/sysv/consts/fileno.h"
#include "libc/sysv/consts/o.h"
2022-08-06 16:56:17 +00:00
#include "libc/sysv/consts/ok.h"
#include "libc/time/time.h"
2022-08-06 16:56:17 +00:00
#include "third_party/getopt/getopt.h"
#include "third_party/musl/crypt.h"
#include "third_party/musl/lockf.h"
2020-06-15 14:18:57 +00:00
#endif