diff options
Diffstat (limited to 'libc/sysdeps/linux/common/pipe.c')
-rw-r--r-- | libc/sysdeps/linux/common/pipe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/pipe.c b/libc/sysdeps/linux/common/pipe.c index 02b173853..8eae27ca4 100644 --- a/libc/sysdeps/linux/common/pipe.c +++ b/libc/sysdeps/linux/common/pipe.c @@ -10,7 +10,6 @@ #include <sys/syscall.h> #include <unistd.h> -/* libc_hidden_proto(pipe) */ _syscall1(int, pipe, int *, filedes) libc_hidden_def(pipe) |