summaryrefslogtreecommitdiff
path: root/nacl/ioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/ioctl.h')
-rw-r--r--nacl/ioctl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/nacl/ioctl.h b/nacl/ioctl.h
new file mode 100644
index 0000000000..0a18eeb3f5
--- /dev/null
+++ b/nacl/ioctl.h
@@ -0,0 +1,7 @@
+// Copyright 2012 Google Inc. All Rights Reserved.
+// Author: yugui@google.com (Yugui Sonoda)
+#ifndef RUBY_NACL_IOCTL_H
+#define RUBY_NACL_IOCTL_H
+int ioctl(int fd, int request, ...);
+struct flock{};
+#endif