summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/config/os/bsd/netbsd
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/config/os/bsd/netbsd')
-rw-r--r--libstdc++-v3/config/os/bsd/netbsd/bits/ctype_noninline.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libstdc++-v3/config/os/bsd/netbsd/bits/ctype_noninline.h b/libstdc++-v3/config/os/bsd/netbsd/bits/ctype_noninline.h
index f27d93dbdc7..ee9475ee5fc 100644
--- a/libstdc++-v3/config/os/bsd/netbsd/bits/ctype_noninline.h
+++ b/libstdc++-v3/config/os/bsd/netbsd/bits/ctype_noninline.h
@@ -33,8 +33,9 @@
// Information as gleaned from /usr/include/ctype.h
- // Data for classic_table().
- const ctype_base::mask* ctype<char>::_S_ctable;
+ const ctype_base::mask*
+ ctype<char>::classic_table() throw()
+ { return 0; }
ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
size_t __refs)
OpenPOWER on IntegriCloud