So it's been a while since I built my toybox project against uClibc.  (I've 
just been building it against glibc.)  Here's what broke.

uClibc defines a strlcpy() that conflicts with mine (due to the "const" 
and "throw" stuff, also because mine returns void); glibc does not.  I didn't 
ask uClibc to, apparently this only happens when __BSD_SOURCE is set.  But 
uClibc's own headers are setting __BSD_SOURCE.

Rob
_______________________________________________
uClibc mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/uclibc

Reply via email to