From 30210c9404378e1d1c5839c583f523b030b81ea1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 20 Feb 2002 09:58:19 +0000 Subject: oops. I had accidentally typed in "clean" when I meant "clone". This fix makes pthreads actaully work on powerpc. -Erik --- libc/sysdeps/linux/powerpc/clone.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/powerpc') 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 -- cgit v1.2.3