Bernhard Reutner-Fischer wrote:
> >+int prctl(int option, ...) {
> >+    long arg2 = 0;
> >+    va_list ap;  
> 
> NAK. For a start we don't support varargs yet.

<sys/prctl.h> doesn't agree with you:

/* Control process execution.  */
extern int prctl (int __option, ...) __THROW;

Haavard
_______________________________________________
uClibc mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/uclibc

Reply via email to