Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 423491 | Differences between
and this patch

Collapse All | Expand All

(-)stdlib.h.orig (+2 lines)
Lines 801-806 Link Here
801
#endif /* __UCLIBC_HAS_WCHAR__ */
801
#endif /* __UCLIBC_HAS_WCHAR__ */
802
802
803
803
804
#if 0
804
#ifdef __USE_SVID
805
#ifdef __USE_SVID
805
/* Determine whether the string value of RESPONSE matches the affirmation
806
/* Determine whether the string value of RESPONSE matches the affirmation
806
   or negative response expression as specified by the LC_MESSAGES category
807
   or negative response expression as specified by the LC_MESSAGES category
Lines 813-818 Link Here
813
		(__response[0] == 'n' || __response[0] == 'N') ? 0 : -1;
814
		(__response[0] == 'n' || __response[0] == 'N') ? 0 : -1;
814
}
815
}
815
#endif
816
#endif
817
#endif
816
818
817
819
818
#ifdef __USE_XOPEN_EXTENDED
820
#ifdef __USE_XOPEN_EXTENDED

Return to bug 423491