2023-06-18 07:55:09 +00:00
|
|
|
#ifndef _FCNTL_H
|
|
|
|
#define _FCNTL_H
|
2020-06-15 14:18:57 +00:00
|
|
|
#include "libc/calls/calls.h"
|
2022-10-11 00:52:41 +00:00
|
|
|
#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"
|
2022-10-11 00:52:41 +00:00
|
|
|
#include "libc/sysv/consts/posix.h"
|
|
|
|
#include "libc/sysv/consts/s.h"
|
2023-06-09 06:44:03 +00:00
|
|
|
#include "libc/sysv/consts/splice.h"
|
2023-06-18 07:55:09 +00:00
|
|
|
#endif /* _FCNTL_H */
|