diff options
author | pavel <[email protected]> | 2020-02-17 18:34:21 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-06-09 21:13:34 +0900 |
commit | 31419f46fcfa754428ba7526ee7c300c8a28670a () | |
tree | 0160209103ba72db20143155a44484595aabd786 /ext/fcntl | |
parent | bee63ab97a29ecf951d42c5c85d7e0383e170a99 (diff) |
[ruby/fcntl] add F_GETPIPE_SZ and F_SETPIPE_SZ
https://.com/ruby/fcntl/commit/39e0faedc5
-rw-r--r-- | ext/fcntl/fcntl.c | 14 |
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 * |