svn commit: trunk/uClibc/test/unistd

vapier at uclibc.org vapier at uclibc.org
Wed Feb 22 02:30:43 UTC 2006


Author: vapier
Date: 2006-02-21 18:30:41 -0800 (Tue, 21 Feb 2006)
New Revision: 14179

Log:
add clone2 prototype to shutup warnings

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 02:10:34 UTC (rev 14178)
+++ trunk/uClibc/test/unistd/clone_cruft.h	2006-02-22 02:30:41 UTC (rev 14179)
@@ -6,6 +6,8 @@
 
 #if defined __ia64__
 
+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)
 




More information about the uClibc-cvs mailing list