OSDN Git Service

Sloppy patching on my part. This should be correct.
author"Steven J. Hill" <sjhill@realitydiluted.com>
Wed, 15 Feb 2006 19:05:28 +0000 (19:05 -0000)
committer"Steven J. Hill" <sjhill@realitydiluted.com>
Wed, 15 Feb 2006 19:05:28 +0000 (19:05 -0000)
libc/sysdeps/linux/mips/pipe.S

index f800021..91c03da 100644 (file)
@@ -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)