2023-06-18 00:55:09 -07:00
|
|
|
#ifndef _FCNTL_H
|
|
|
|
#define _FCNTL_H
|
2020-06-15 07:18:57 -07:00
|
|
|
#include "libc/calls/calls.h"
|
2022-10-10 17:52:41 -07:00
|
|
|
#include "libc/calls/struct/flock.h"
|
|
|
|
#include "libc/calls/weirdtypes.h"
|
2020-06-15 07:18:57 -07:00
|
|
|
#include "libc/sysv/consts/at.h"
|
|
|
|
#include "libc/sysv/consts/f.h"
|
2022-08-06 09:56:17 -07:00
|
|
|
#include "libc/sysv/consts/fd.h"
|
|
|
|
#include "libc/sysv/consts/o.h"
|
2022-10-10 17:52:41 -07:00
|
|
|
#include "libc/sysv/consts/posix.h"
|
|
|
|
#include "libc/sysv/consts/s.h"
|
2023-06-08 23:44:03 -07:00
|
|
|
#include "libc/sysv/consts/splice.h"
|
2023-06-18 00:55:09 -07:00
|
|
|
#endif /* _FCNTL_H */
|