diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-06-16 13:31:57 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-06-16 13:33:56 +0900 |
| commit | f136c1ec804e1837f006f3abbf2ef90f1ef8134d (patch) | |
| tree | 53d40ec8b4d9bc94a30541320741f03fa29044f5 | |
| parent | c2d9967f78d2e6f93f8d9876c2b3ab25aa6b86e7 (diff) | |
Removed redundant NUM2IOCTLREQ definition [Bug #17759]
Fix up c2d9967f78d2e6f93f8d9876c2b3ab25aa6b86e7.
| -rw-r--r-- | io.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -9812,7 +9812,6 @@ rb_f_select(int argc, VALUE *argv, VALUE obj) #ifdef IOCTL_REQ_TYPE typedef IOCTL_REQ_TYPE ioctl_req_t; -# define NUM2IOCTLREQ(num) NUM2ULONG(num) #else typedef int ioctl_req_t; # define NUM2IOCTLREQ(num) ((int)NUM2LONG(num)) |
