diff options
Diffstat (limited to 'libc/sysdeps/linux/powerpc/ioctl.c')
-rw-r--r-- | libc/sysdeps/linux/powerpc/ioctl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/powerpc/ioctl.c b/libc/sysdeps/linux/powerpc/ioctl.c index 06f12eed4..26bab0d03 100644 --- a/libc/sysdeps/linux/powerpc/ioctl.c +++ b/libc/sysdeps/linux/powerpc/ioctl.c @@ -22,10 +22,7 @@ #include <sys/ioctl.h> #include <sys/syscall.h> -/* libc_hidden_proto(ioctl) */ -/* libc_hidden_proto(tcsetattr) */ -/* libc_hidden_proto(tcgetattr) */ /* The user-visible size of struct termios has changed. Catch ioctl calls using the new-style struct termios, and translate them to old-style. */ |