Folks,
looking at include/errno.h I've noted that the following line:

#if defined _LIBC && ( defined IS_IN_libc || defined NOT_IN_libc )
#include <bits/uClibc_errno.h>
#endif

IIUC, we would wand to include uClibc_errno.h only if we are inside
uclibc/libc

so, I imagine we should use
#if defined _LIBC && ( defined IS_IN_libc || ! defined NOT_IN_libc )

is it right, or am I completely wrong ?

Carmelo
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to