diff options
Diffstat (limited to 'src/fcntl/F_SETFL.h')
-rw-r--r-- | src/fcntl/F_SETFL.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fcntl/F_SETFL.h b/src/fcntl/F_SETFL.h new file mode 100644 index 00000000..0a40145c --- /dev/null +++ b/src/fcntl/F_SETFL.h @@ -0,0 +1,7 @@ +#include <fcntl.h> + +#define F_SETFL (6) + +/* +POSIX(1) +*/ |