diff options
Diffstat (limited to 'src/stropts/ioctl.c')
-rw-r--r-- | src/stropts/ioctl.c | 5 |
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 |