diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-14 19:24:14 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-14 19:24:14 +0000 |
| commit | a979d4016db090191fe7ed167d85870338e64604 (patch) | |
| tree | d3b6ffd585925926036a648e915c05a1df1df59b /libc/sysdeps/linux/mips/pipe.S | |
| parent | 9138bf01b3b21ce23cfdf15fce3f30bb9a1fbc61 (diff) | |
| download | uClibc-alpine-a979d4016db090191fe7ed167d85870338e64604.tar.bz2 uClibc-alpine-a979d4016db090191fe7ed167d85870338e64604.tar.xz | |
Merge from trunk.
Diffstat (limited to 'libc/sysdeps/linux/mips/pipe.S')
| -rw-r--r-- | libc/sysdeps/linux/mips/pipe.S | 2 |
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 |
