Ruby  2.0.0p451(2014-02-24revision45167)
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:2438
Definition: ioctl.h:6