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