svn commit: trunk/uClibc/libc/sysdeps/linux/common

Mike Frysinger vapier at gentoo.org
Sun Jan 29 20:30:02 UTC 2006


On Sunday 29 January 2006 12:34, Peter S. Mazinger wrote:
> > -_syscall2(long, ulimit, int, cmd, int, arg);
> > +extern long int ulimit(int cmd, long arg);
> > +_syscall2(long, ulimit, int, cmd, long, arg);
>
> ulimit.h should be used for both cases, but syscall2() is not in sync
> with the prototype, that's why I haven't corrected that.

not's not really the issue ... due to the simple way we define the function, 
it cant be "in sync"

> > +pid_t attribute_hidden __vfork(void);
>
> better
> extern __typeof(vfork) __vfork attribute_hidden;

true, done
-mike



More information about the uClibc mailing list