summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libc/sysdeps/linux/mips/pipe.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/pipe.S b/libc/sysdeps/linux/mips/pipe.S
index 1936d7626..fb8f7ef7f 100644
--- a/libc/sysdeps/linux/mips/pipe.S
+++ b/libc/sysdeps/linux/mips/pipe.S
@@ -8,7 +8,6 @@
#include <asm/regdef.h>
.globl pipe
- .set pipe,__pipe
.globl __pipe
.hidden __pipe
.ent __pipe, 0
@@ -32,3 +31,4 @@ __pipe:
j ra
.end __pipe
.size __pipe,.-__pipe
+ .weak pipe; pipe = __pipe