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