cosmopolitan/libc/isystem/fcntl.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
393 B
C
Raw Normal View History

#ifndef _FCNTL_H
#define _FCNTL_H
2020-06-15 14:18:57 +00:00
#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"
#include "libc/sysv/consts/splice.h"
#endif /* _FCNTL_H */