[BusyBox] Compiling busybox with newlib [PATCH]

Mike Frysinger vapier at gentoo.org
Fri Mar 4 01:14:56 UTC 2005


On Thursday 03 March 2005 07:14 pm, Shaun Jackman wrote:
> +#ifndef __NR_sysfs
> +#warning This kernel does not support the sysfs syscall
> +#warning -> The sysfs system call is being stubbed out...
> +       return errno = ENOSYS, -1;
> +#else
>         return(syscall(__NR_sysfs, option, fs_index, buf));
> +#endif

what is the point of this hunk ?  __NR_sysfs is defined in every arch the 
linux kernel supports ...
-mike



More information about the busybox mailing list