diff options
Diffstat (limited to 'libc/sysdeps/linux/sh/pipe.c')
-rw-r--r-- | libc/sysdeps/linux/sh/pipe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sh/pipe.c b/libc/sysdeps/linux/sh/pipe.c index 56ae46c00..799f51839 100644 --- a/libc/sysdeps/linux/sh/pipe.c +++ b/libc/sysdeps/linux/sh/pipe.c @@ -12,7 +12,6 @@ #include <unistd.h> #include <syscall.h> -/* libc_hidden_proto(pipe) */ int pipe(int *fd) { |