Re: [CFR] Upgrading base version of our resolver in libc to BIND9



From the patch:

-#define h_errno (*__h_error())
+#define h_errno (*__h_errno())

....

/* DO NOT USE THESE, THEY ARE SUBJECT TO CHANGE AND ARE NOT PORTABLE!!!
*/
-int * __h_error(void);
+int * __h_errno(void);

This is a significant ABI change. Anything that references the public
"h_errno" definition will no longer link against the new libc.

--
Peter Wemm - peter@xxxxxxxx; peter@xxxxxxxxxxx; peter@xxxxxxxxxxxxx
"All of this is for nothing if we don't go to the stars" - JMS/B5
_______________________________________________
freebsd-arch@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@xxxxxxxxxxx"