diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-02-14 21:48:46 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-02-14 21:48:46 +0000 |
| commit | b74cf6dcf17dd06d3b530f7d4bec6191728f24b9 (patch) | |
| tree | 00a985b9380f82c7f307d0bcf2af19ad578ceabb /include/wchar.h | |
| parent | a40c00a535e3b71a50072880ef05e22b0cf2732b (diff) | |
Notes
Diffstat (limited to 'include/wchar.h')
| -rw-r--r-- | include/wchar.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/wchar.h b/include/wchar.h index 4e44b53633a1..c641165baf9b 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -224,10 +224,6 @@ wchar_t *fgetwln(FILE * __restrict, size_t * __restrict); size_t wcslcat(wchar_t *, const wchar_t *, size_t); size_t wcslcpy(wchar_t *, const wchar_t *, size_t); #endif - -#if __POSIX_VISIBLE >= 200809 -#include <xlocale/_wchar.h> -#endif __END_DECLS #endif /* !_WCHAR_H_ */ |
