OSDN Git Service

Oops.
authorEric Andersen <andersen@codepoet.org>
Sun, 15 Feb 2004 09:54:41 +0000 (09:54 -0000)
committerEric Andersen <andersen@codepoet.org>
Sun, 15 Feb 2004 09:54:41 +0000 (09:54 -0000)
libc/sysdeps/linux/sparc/fork.S

index 982cdbe..1b27106 100644 (file)
@@ -22,7 +22,7 @@
 #include <sys/syscall.h>
 
 .text;
-.global        fork;
+.global        __libc_fork;
 .align 4;
 .type  __libc_fork,@function;
 
@@ -44,4 +44,5 @@ __libc_fork:
        and     %o0, %o1, %o0
 
 .size __libc_fork,.-__libc_fork;
+.weak fork; fork = __libc_fork