svn commit: trunk/uClibc/test/unistd

vapier at uclibc.org vapier at uclibc.org
Wed Feb 22 03:35:32 UTC 2006


Author: vapier
Date: 2006-02-21 19:35:31 -0800 (Tue, 21 Feb 2006)
New Revision: 14186

Log:
revert unintended commit

Modified:
   trunk/uClibc/test/unistd/clone_cruft.h


Changeset:
Modified: trunk/uClibc/test/unistd/clone_cruft.h
===================================================================
--- trunk/uClibc/test/unistd/clone_cruft.h	2006-02-22 03:34:51 UTC (rev 14185)
+++ trunk/uClibc/test/unistd/clone_cruft.h	2006-02-22 03:35:31 UTC (rev 14186)
@@ -9,7 +9,7 @@
 extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base,
                      size_t __child_stack_size, int __flags, void *__arg, ...);
 # define do_clone(fn, stack, flags, arg) \
-	clone2(fn, stack, crappy_sizeof(stack), flags, arg, NULL, NULL, NULL)
+	__clone2(fn, stack, crappy_sizeof(stack), flags, arg, NULL, NULL, NULL)
 
 #elif defined __hppa__
 




More information about the uClibc-cvs mailing list