mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed redundant NUM2IOCTLREQ definition [Bug #17759]
Fix up c2d9967f78
.
This commit is contained in:
parent
c2d9967f78
commit
f136c1ec80
1 changed files with 0 additions and 1 deletions
1
io.c
1
io.c
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue