Sfoglia il codice sorgente

oops. I had accidentally typed in "clean" when I meant "clone".
This fix makes pthreads actaully work on powerpc.
-Erik

Eric Andersen 24 anni fa
parent
commit
30210c9404
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      libc/sysdeps/linux/powerpc/clone.S

+ 1 - 1
libc/sysdeps/linux/powerpc/clone.S

@@ -93,6 +93,6 @@ __clone:
 	b	__syscall_error
 
 .size __clone,.-__clone
-.weak clean;
+.weak clone;
 clone=__clone
 #endif