Print this page
2964 need POSIX 2008 locale object support

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/locale/setlocale.h
          +++ new/usr/src/lib/libc/port/locale/setlocale.h
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26  
  27   27  #ifndef _SETLOCALE_H_
  28   28  #define _SETLOCALE_H_
  29   29  
  30   30  #define _PATH_LOCALE    "/usr/share/locale"
  31   31  #define ENCODING_LEN 31
  32   32  #define CATEGORY_LEN 11
  33   33  
  34   34  extern char *_PathLocale;
  35   35  
       36 +const char *__get_locale_env(int);
  36   37  int     __detect_path_locale(void);
  37   38  int     __wrap_setrunelocale(const char *);
  38   39  
  39   40  #endif /* !_SETLOCALE_H_ */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX