From d1de87b09ddd8f096d0191ffb0a694acea13d84b Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Wed, 6 Jul 2005 22:26:19 +0000
Subject: err, need to commit the rest of the changes from psm too

---
 libc/sysdeps/linux/i386/clone.S | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/libc/sysdeps/linux/i386/clone.S b/libc/sysdeps/linux/i386/clone.S
index 891b35381..de47ba31c 100644
--- a/libc/sysdeps/linux/i386/clone.S
+++ b/libc/sysdeps/linux/i386/clone.S
@@ -41,17 +41,9 @@
 #define TLS         PTID+PTR_SIZE
 #define CTID        TLS+PTR_SIZE
 
-#define __NR_clone        120
-#define __NR_exit         1
-
 .text
-.type clone,%function
-.weak clone
-	clone = __clone
-
 .global __clone
 .type   __clone,%function
-
 __clone:
 	/* Sanity check arguments.  */
 	movl	$-EINVAL,%eax
@@ -147,3 +139,6 @@ __clone:
 #endif
 
 .size __clone,.-__clone
+
+.weak clone
+	clone = __clone
-- 
cgit v1.2.3