cosmopolitan/libc/isystem/fcntl.h
2022-08-06 10:50:51 -07:00

8 lines
235 B
C

#ifndef LIBC_ISYSTEM_SYS_FCNTL_H_
#define LIBC_ISYSTEM_SYS_FCNTL_H_
#include "libc/calls/calls.h"
#include "libc/sysv/consts/at.h"
#include "libc/sysv/consts/f.h"
#include "libc/sysv/consts/fd.h"
#include "libc/sysv/consts/o.h"
#endif