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

@@ -1,6 +1,7 @@
 /*
+ * Copyright 2013 Garrett D'Amore <garrett@damore.org>
  * Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
  * Copyright (c) 1989, 1993
  *      The Regents of the University of California.  All rights reserved.
  * (c) UNIX System Laboratories, Inc.
  * All or some portions of this file are derived from material licensed

@@ -77,8 +78,6 @@
 #define _CTYPE_SW2      0x80000000U             /* 2 width character */
 #define _CTYPE_SW3      0xc0000000U             /* 3 width character */
 #define _CTYPE_SWM      0xe0000000U             /* Mask for screen width data */
 #define _CTYPE_SWS      30                      /* Bits to shift to get width */
 
-unsigned int    ___runetype(int);
-
 #endif /* !__CTYPE_H_ */