[BACK]Return to locale.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/include/locale.h between version 1.16 and 1.16.4.1

version 1.16, 2009/01/11 03:04:12 version 1.16.4.1, 2010/08/17 06:40:00
Line 84  typedef struct _locale_impl_t  *_locale_
Line 84  typedef struct _locale_impl_t  *_locale_
 #endif  #endif
   
 __BEGIN_DECLS  __BEGIN_DECLS
 struct lconv    *localeconv(void);  struct lconv *localeconv(void);
 #ifdef __SETLOCALE_SOURCE__  char *setlocale(int, const char *) __RENAME(__setlocale50);
 char            *setlocale(int, const char *);  
 char            *__setlocale_mb_len_max_32(int, const char *);  
 char            *__setlocale(int, const char *);  
 #else /* !__SETLOCALE_SOURCE__ */  
 char            *setlocale(int, const char *) __RENAME(__setlocale_mb_len_max_32);  
 #endif /* !__SETLOCALE_SOURCE__ */  
 __END_DECLS  __END_DECLS
   
 #endif /* _LOCALE_H_ */  #endif /* _LOCALE_H_ */

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.16.4.1

CVSweb <webmaster@jp.NetBSD.org>