From 8319335430e4605a8a673719915414cd0b300b3e Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 15 Feb 2006 19:16:47 +0000 Subject: get rid of __pipe --- libc/sysdeps/linux/mips/pipe.S | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'libc/sysdeps/linux/mips/pipe.S') diff --git a/libc/sysdeps/linux/mips/pipe.S b/libc/sysdeps/linux/mips/pipe.S index 91c03dac5..488d9cfb9 100644 --- a/libc/sysdeps/linux/mips/pipe.S +++ b/libc/sysdeps/linux/mips/pipe.S @@ -7,9 +7,9 @@ #include #include - .globl __pipe - .ent __pipe, 0 -__pipe: + .globl pipe + .ent pipe, 0 +pipe: .frame sp, 24, sp #ifdef __PIC__ .set noreorder @@ -38,7 +38,6 @@ __pipe: 2: addiu sp,sp,24 j ra - .end __pipe - .size __pipe,.-__pipe + .end pipe + .size pipe,.-pipe libc_hidden_def(pipe) -weak_alias(__pipe, pipe) -- cgit v1.2.3