-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 01/25/2013 04:11 PM, Markos Chandras wrote: > On 25 January 2013 10:52, Bernhard Reutner-Fischer > <[email protected]> wrote: >> On 25 January 2013 10:09, Markos Chandras >> <[email protected]> wrote: >>>>> [2] >>>>> http://lists.uclibc.org/pipermail/uclibc/2012-December/047345.html >>>> >>>> >>>>> Where is that needed exactly, I don't have the kernel sources at hand ATM? >> >> I meant this one. > > It applies to several arches, for example, the arm one where there > are some undefs at the end of arch/arm/include/uapi/asm/unistd.h. > In this case, we also need to undef the previously defined SYS_ > macro for the particular syscall. The following diff is for the > include/bits/sysnum.h for arm with that patch applied. > > #undef __NR_time +#undef SYS_time #undef __NR_umount +#undef > SYS_umount #undef __NR_stime +#undef SYS_stime #undef __NR_alarm > +#undef SYS_alarm #undef __NR_utime +#undef SYS_utime #undef > __NR_getrlimit +#undef SYS_getrlimit #undef __NR_select +#undef > SYS_select #undef __NR_readdir +#undef SYS_readdir #undef > __NR_mmap +#undef SYS_mmap #undef __NR_socketcall +#undef > SYS_socketcall #undef __NR_syscall +#undef SYS_syscall #undef > __NR_ipc +#undef SYS_ipc >
Mike probably missed this thread and committed an identical patch in the 0.9.33 branch so there is no need to apply my patch anymore. Although I suspect that this patch should also go to the master branch. - -- Regards, Markos Chandras -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iQIcBAEBCgAGBQJRBDC3AAoJEPqDWhW0r/LCR/cP/iPbGCjrWyYScSyIBxi/K9n4 FaEggHd8MrZbc4+2WARFcUTOio4ZkGr6mNTNTQ374hW8fDLERyniqJVlYBmGDzIk yrPkgMGRIOEYDN2O4MAyC+i4JPsAZN5A/YH+hZAzU6zFtg7z7LcUc/bAW2UJsYfS GMiem53fq21qwURiRsmTqT+gf/14hutG6Mu6+wH99/17l7tOyk2k3XO9jb5HG7Te 6h7V2FCNXQMA0SFAZQUshjNDVQUqw9JrU6gUn66OSX2BEvHCWfZfGssljSEQBWox bX+aVncE3yYSH4PAD2rX7JOwcPxflLeUuc1KOE8k7YKDkly+RFfjiLmw7k5DqP2K ssV25StHbV9fEFGZ3h9eIFL7nOLPnftjH7ZsOTN77LtnuQupCXAcco5eL7ysb+iy B/U6FMttPYgWL6pi/FauA+JLCRlR+5OsBk5rPFITqPXRC2Yrj6CxogzcRfnKdsy6 kJ3HX8ULtNXh2wXKRNSIyqIEvZVVW6MBWuNvWHiYwKnaGU1/M7uuB8RQdIQn7dWJ PqR3nwS++nwnSxKcFtBccUlSnmU/Mnw6E2+kkI6VlS/eTpdBr33Nwrk4ooVP64Y4 /M2dRGZ/tn7RJYmJ2kS9OtqfDMHaQy4JBFFkMKYFVhfbI6pK1Q5DDP11h79iTd0i g4njrWBym9cisCFbMSx7 =TyN6 -----END PGP SIGNATURE----- _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
