commit | 0a0f599f2c9a89d2f60b6b16c2845a819b241214 | [log] [tgz] |
---|---|---|
author | David Chisnall <[email protected]> | Sun Sep 18 19:23:04 2011 |
committer | David Chisnall <[email protected]> | Sun Sep 18 19:23:04 2011 |
tree | ed3cda2dfe7c80516402588728c6fe4394e87ff8 | |
parent | 763c11cc12e7d761d7c278678b1b1a02ba8355af [diff] |
Enable __locale to work on FreeBSD. llvm-svn: 140005
diff --git a/libcxx/include/__locale b/libcxx/include/__locale index 3f669d6..4099aa7 100644 --- a/libcxx/include/__locale +++ b/libcxx/include/__locale
@@ -308,7 +308,7 @@ typedef __uint32_t mask; #endif -#if __APPLE__ +#if __APPLE__ || __FreeBSD__ static const mask space = _CTYPE_S; static const mask print = _CTYPE_R; static const mask cntrl = _CTYPE_C;