summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/pipe.c')
-rw-r--r--libc/sysdeps/linux/common/pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/pipe.c b/libc/sysdeps/linux/common/pipe.c
index 789b23c40..fa0c211ab 100644
--- a/libc/sysdeps/linux/common/pipe.c
+++ b/libc/sysdeps/linux/common/pipe.c
@@ -12,5 +12,5 @@
libc_hidden_proto(pipe)
-_syscall1(int, pipe, int *, filedes);
+_syscall1(int, pipe, int *, filedes)
libc_hidden_def(pipe)