[BACK]Return to langinfo.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/langinfo.h between version 1.7 and 1.8

version 1.7, 2012/12/05 23:19:57 version 1.8, 2017/09/05 03:16:13
Line 70 
Line 70 
   
 #define CODESET         51      /* Codeset name */  #define CODESET         51      /* Codeset name */
   
   #if __POSIX_VISIBLE >= 200809
   #ifndef _LOCALE_T_DEFINED_
   #define _LOCALE_T_DEFINED_
   typedef void    *locale_t;
   #endif
   #endif
   
 __BEGIN_DECLS  __BEGIN_DECLS
 char *nl_langinfo(nl_item);  char *nl_langinfo(nl_item);
   
   #if __POSIX_VISIBLE >= 200809
   char *nl_langinfo_l(nl_item, locale_t);
   #endif
 __END_DECLS  __END_DECLS
   
 #endif  /* _LANGINFO_H_ */  #endif  /* _LANGINFO_H_ */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8