From 9de20439642fe8a7d46abfba5aa27264d47b5a31 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 14 Jan 2006 01:51:28 +0000 Subject: Add hidden versions of pipe() --- libc/sysdeps/linux/sh/pipe.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/sh') diff --git a/libc/sysdeps/linux/sh/pipe.c b/libc/sysdeps/linux/sh/pipe.c index bfa54b7c9..c8540c897 100644 --- a/libc/sysdeps/linux/sh/pipe.c +++ b/libc/sysdeps/linux/sh/pipe.c @@ -27,3 +27,5 @@ int pipe(int *fd) fd[1] = __res2; return(0); } +libc_hidden_proto(pipe) +libc_hidden_def(pipe) -- cgit v1.2.3