зеркало из https://github.com/github/ruby.git
`ioctl_narg_len` is used only when ioctl(2) is available
This commit is contained in:
Родитель
7fbd93e60f
Коммит
3238164f9c
2
io.c
2
io.c
|
@ -10148,6 +10148,7 @@ linux_iocparm_len(ioctl_req_t cmd)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_IOCTL
|
||||
static long
|
||||
ioctl_narg_len(ioctl_req_t cmd)
|
||||
{
|
||||
|
@ -10169,6 +10170,7 @@ ioctl_narg_len(ioctl_req_t cmd)
|
|||
|
||||
return len;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_FCNTL
|
||||
#ifdef __linux__
|
||||
|
|
Загрузка…
Ссылка в новой задаче