Commit 58955604 authored by Zackery Spytz's avatar Zackery Spytz Committed by Stefan Behnel

Add O_DIRECT to posix/fcntl.pxd (GH-3894)

Closes https://github.com/cython/cython/issues/3242
parent 43490ef9
......@@ -24,6 +24,7 @@ cdef extern from "<fcntl.h>" nogil:
enum: SEEK_END
enum: O_CREAT
enum: O_DIRECT
enum: O_EXCL
enum: O_NOCTTY
enum: O_TRUNC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment