cosmopolitan/libc/isystem/fcntl.h

13 lines
375 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef LIBC_ISYSTEM_SYS_FCNTL_H_
#define LIBC_ISYSTEM_SYS_FCNTL_H_
#include "libc/calls/calls.h"
#include "libc/calls/struct/flock.h"
#include "libc/calls/weirdtypes.h"
2020-06-15 14:18:57 +00:00
#include "libc/sysv/consts/at.h"
#include "libc/sysv/consts/f.h"
2022-08-06 16:56:17 +00:00
#include "libc/sysv/consts/fd.h"
#include "libc/sysv/consts/o.h"
#include "libc/sysv/consts/posix.h"
#include "libc/sysv/consts/s.h"
2020-06-15 14:18:57 +00:00
#endif