2964 need POSIX 2008 locale object support Reviewed by: Robert Mustacchi <rm@joyent.com>
@@ -42,14 +42,23 @@ /* BEGIN EPILOGUE */ /* * Secret additions to the module API */ - /* Implementation detail of the ctype macros */ - __ctype; /* variable */ /* There should be only one - ours */ errno; /* variable */ + isprint; + isalnum; + isalpha; + isgraph; + iscntrl; + isdigit; + isxdigit; + isupper; + islower; + ispunct; + isspace; mdb_tgt_aread; mdb_dis_create; mdb_dis_destroy;