From 73130cae6071638370bf04d965f1e076c9710548 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 10 Dec 2005 00:17:59 +0000 Subject: Do hidden pipe, please check the change in mips (.end __pipe?) --- libc/sysdeps/linux/common/pipe.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/pipe.c') diff --git a/libc/sysdeps/linux/common/pipe.c b/libc/sysdeps/linux/common/pipe.c index 2cd8dd2f5..2045b8d64 100644 --- a/libc/sysdeps/linux/common/pipe.c +++ b/libc/sysdeps/linux/common/pipe.c @@ -9,4 +9,6 @@ #include "syscalls.h" #include -_syscall1(int, pipe, int *, filedes); +#define __NR___pipe __NR_pipe +attribute_hidden _syscall1(int, __pipe, int *, filedes); +strong_alias(__pipe,pipe) -- cgit v1.2.3