summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/pipe.S
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-02-15 19:06:03 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-02-15 19:06:03 +0000
commitb057f127aea43f2b6fd447317825e6a192fa1be0 (patch)
tree5aa34aeef0012748e5a4b7367ba8a1437c2d3eba /libc/sysdeps/linux/mips/pipe.S
parent0cb7f2febfc936afd3653cf5a1c6776c04ee83ce (diff)
downloaduClibc-alpine-b057f127aea43f2b6fd447317825e6a192fa1be0.tar.bz2
uClibc-alpine-b057f127aea43f2b6fd447317825e6a192fa1be0.tar.xz
Merge from trunk.
Diffstat (limited to 'libc/sysdeps/linux/mips/pipe.S')
-rw-r--r--libc/sysdeps/linux/mips/pipe.S6
1 files changed, 2 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/mips/pipe.S b/libc/sysdeps/linux/mips/pipe.S
index f80002118..91c03dac5 100644
--- a/libc/sysdeps/linux/mips/pipe.S
+++ b/libc/sysdeps/linux/mips/pipe.S
@@ -7,9 +7,7 @@
#include <asm/unistd.h>
#include <asm/regdef.h>
- .globl pipe
.globl __pipe
- .hidden __pipe
.ent __pipe, 0
__pipe:
.frame sp, 24, sp
@@ -42,5 +40,5 @@ __pipe:
j ra
.end __pipe
.size __pipe,.-__pipe
- .weak pipe
- pipe = __pipe
+libc_hidden_def(pipe)
+weak_alias(__pipe, pipe)