summaryrefslogtreecommitdiff
path: root/ext/fcntl/fcntl.c
diff options
context:
space:
mode:
-rw-r--r--ext/fcntl/fcntl.c14
1 files changed, 14 insertions, 0 deletions
@@ -159,6 +159,20 @@ Init_fcntl(void)
*/
rb_define_const(mFcntl, "F_WRLCK", INT2NUM(F_WRLCK));
#endif
#ifdef O_CREAT
/* Document-const: O_CREAT
*