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_at_wemm.org; peter_at_FreeBSD.org; peter_at_yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5Received on Mon Mar 13 2006 - 18:27:59 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:53 UTC