summaryrefslogtreecommitdiff
path: root/ext/fcntl
diff options
context:
space:
mode:
authorpavel <[email protected]>2020-02-17 18:34:21 +0100
committerHiroshi SHIBATA <[email protected]>2020-06-09 21:13:34 +0900
commit31419f46fcfa754428ba7526ee7c300c8a28670a ()
tree0160209103ba72db20143155a44484595aabd786 /ext/fcntl
parentbee63ab97a29ecf951d42c5c85d7e0383e170a99 (diff)
[ruby/fcntl] add F_GETPIPE_SZ and F_SETPIPE_SZ
https://.com/ruby/fcntl/commit/39e0faedc5
-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
*