Print this page
2964 need POSIX 2008 locale object support
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Approved by: TBD
*** 42,55 ****
/* BEGIN EPILOGUE */
/*
* Secret additions to the module API
*/
- /* Implementation detail of the ctype macros */
- __ctype; /* variable */
/* There should be only one - ours */
errno; /* variable */
mdb_tgt_aread;
mdb_dis_create;
mdb_dis_destroy;
--- 42,64 ----
/* BEGIN EPILOGUE */
/*
* Secret additions to the module API
*/
/* 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;