Ruby  2.0.0p247(2013-06-27revision41674)
nacl/ioctl.h
Go to the documentation of this file.
00001 // Copyright 2012 Google Inc. All Rights Reserved.
00002 // Author: yugui@google.com (Yugui Sonoda)
00003 #ifndef RUBY_NACL_IOCTL_H
00004 #define RUBY_NACL_IOCTL_H
00005 int ioctl(int fd, int request, ...);
00006 struct flock{};
00007 #endif
00008