summaryrefslogtreecommitdiff
path: root/src/stropts/ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stropts/ioctl.c')
-rw-r--r--src/stropts/ioctl.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stropts/ioctl.c b/src/stropts/ioctl.c
index 57c8b4cc..af0ab043 100644
--- a/src/stropts/ioctl.c
+++ b/src/stropts/ioctl.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stropts.h>
int ioctl(int fildes , int request , ... )
@@ -7,3 +9,6 @@ int ioctl(int fildes , int request , ... )
/*
XOPEN(400)
*/
+
+
+#endif