--- stdlib.h.orig 2012-06-30 20:43:37.000000000 +0000 +++ stdlib.h.orig 2012-06-30 20:43:02.000000000 +0000 @@ -801,6 +801,7 @@ #endif /* __UCLIBC_HAS_WCHAR__ */ +#if 0 #ifdef __USE_SVID /* Determine whether the string value of RESPONSE matches the affirmation or negative response expression as specified by the LC_MESSAGES category @@ -813,6 +814,7 @@ (__response[0] == 'n' || __response[0] == 'N') ? 0 : -1; } #endif +#endif #ifdef __USE_XOPEN_EXTENDED