summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/mips/pipe.c')
-rw-r--r--libc/sysdeps/linux/mips/pipe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/mips/pipe.c b/libc/sysdeps/linux/mips/pipe.c
index 65e335964..a4a7e9da1 100644
--- a/libc/sysdeps/linux/mips/pipe.c
+++ b/libc/sysdeps/linux/mips/pipe.c
@@ -21,3 +21,5 @@ int pipe(int *fd)
fd[1] = res2;
return(0);
}
+libc_hidden_proto(pipe)
+libc_hidden_def(pipe)