Next release of uclibc
Markos Chandras
markos.chandras at gmail.com
Fri Jan 25 16:11:27 UTC 2013
On 25 January 2013 10:52, Bernhard Reutner-Fischer
<rep.dot.nop at gmail.com> wrote:
> On 25 January 2013 10:09, Markos Chandras <markos.chandras at gmail.com> 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
--
Regards,
Markos
More information about the uClibc
mailing list