Ruby  2.0.0p648(2015-12-16revision53162)
ioctl.h
Go to the documentation of this file.
1 // Copyright 2012 Google Inc. All Rights Reserved.
2 // Author: yugui@google.com (Yugui Sonoda)
3 #ifndef RUBY_NACL_IOCTL_H
4 #define RUBY_NACL_IOCTL_H
5 int ioctl(int fd, int request, ...);
6 struct flock{};
7 #endif
int ioctl(int fd, int request,...)
Definition: win32.c:2444
Definition: ioctl.h:6