Forked from
redox-os / relibc
2244 commits behind the upstream repository.
-
Jeremy Soller authoredJeremy Soller authored
fcntl.h 138 B
#ifndef _BITS_FCNTL_H
#define _BITS_FCNTL_H
int open(const char* filename, int flags, ...);
int fcntl(int fildes, int cmd, ...);
#endif