summaryrefslogtreecommitdiffstats
path: root/include/nl_types.h
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2010-03-31 02:12:24 +0000
committerjmallett <jmallett@FreeBSD.org>2010-03-31 02:12:24 +0000
commitdb9a50e066d33a98681d3b1befa87a212f51d971 (patch)
tree963969564d6b66506bab1bc951483497cc43657b /include/nl_types.h
parentf9c2f1d54122971fb1dd0577ef02be005c990ce8 (diff)
downloadFreeBSD-src-db9a50e066d33a98681d3b1befa87a212f51d971.zip
FreeBSD-src-db9a50e066d33a98681d3b1befa87a212f51d971.tar.gz
Be like stdlib.h and bring in a wchar_t definition and use it to prototype
wcstoimax and wcstoumax, rather than spelling it __wchar_t. This is necessary to use these functions in C++ where wchar_t is different to __wchar_t and is a built-in type. It may be better to use __wchar_t here and to simply define __wchar_t as being wchar_t in C++ mode rather than to bring in wchar_t, but this is less invasive and follows our existing practice, and restores wchar_t usage in this file to what it was before r1.8.
Diffstat (limited to 'include/nl_types.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud