Eric Andersen 20 years ago
parent
commit
c66701f81d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      libc/sysdeps/linux/sparc/fork.S

+ 2 - 1
libc/sysdeps/linux/sparc/fork.S

@@ -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