aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 7 deletions
diff --git a/nacl/ioctl.h b/nacl/ioctl.h
deleted file mode 100644
index 0a18eeb3f5..0000000000
--- a/nacl/ioctl.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// 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