diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-02-20 09:58:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-02-20 09:58:19 +0000 |
commit | 30210c9404378e1d1c5839c583f523b030b81ea1 (patch) | |
tree | 33ae6917bfeae8e226d68dc2ce7f14a262c0be8d | |
parent | 85750cfa27211c684a5c02810d4970818d8cd05e (diff) |
oops. I had accidentally typed in "clean" when I meant "clone".
This fix makes pthreads actaully work on powerpc.
-Erik
-rw-r--r-- | libc/sysdeps/linux/powerpc/clone.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/powerpc/clone.S b/libc/sysdeps/linux/powerpc/clone.S index 8aeb48262..c8f0ebfc5 100644 --- a/libc/sysdeps/linux/powerpc/clone.S +++ b/libc/sysdeps/linux/powerpc/clone.S @@ -93,6 +93,6 @@ __clone: b __syscall_error .size __clone,.-__clone -.weak clean; +.weak clone; clone=__clone #endif |