summaryrefslogtreecommitdiffstats
path: root/include/string.h
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2012-02-14 12:03:23 +0000
committertheraven <theraven@FreeBSD.org>2012-02-14 12:03:23 +0000
commitb529e734cb0e714064ede8ada785785cf36328b3 (patch)
treed83544c2e798a9a440baf38564df616970b2b0f5 /include/string.h
parentbcfaf51260694a128c1375064baa2ce595f66f24 (diff)
downloadFreeBSD-src-b529e734cb0e714064ede8ada785785cf36328b3.zip
FreeBSD-src-b529e734cb0e714064ede8ada785785cf36328b3.tar.gz
Cleanup of xlocale:
- Address performance regressions encountered by das@ by caching per-thread data in TLS where available. - Add a __NO_TLS flag to cdefs.h to indicate where not available. - Reorganise the xlocale.h definitions into xlocale/*.h so that they can be included from multiple places. - Export the POSIX2008 subset of xlocale when POSIX2008 says it should be exported, independently of whether xlocale.h is included. - Fix the bug where programs using ctype functions always assumed ASCII unless recompiled. - Fix some style(9) violations. Reviewed by: brooks (mentor) Approved by: dim (mentor)
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h
index 239a76f..074c204 100644
--- a/include/string.h
+++ b/include/string.h
@@ -132,6 +132,10 @@ void swab(const void * __restrict, void * __restrict, ssize_t);
#endif /* _SWAB_DECLARED */
#endif /* __BSD_VISIBLE */
+
+#if __POSIX_VISIBLE >= 200809
+#include <xlocale/_string.h>
+#endif
__END_DECLS
#endif /* _STRING_H_ */
OpenPOWER on IntegriCloud