1 # http://www.opengroup.org/onlinepubs/009695399/basedefs/fcntl.h.html
3 cdef extern from "fcntl.h" nogil:
37 enum: O_ACCMODE # O_RDONLY|O_WRONLY|O_RDWR
63 int creat(char *, mode_t)
64 int fcntl(int, int, ...)
65 int open(char *, int, ...)
66 #int open (char *, int, mode_t)