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

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

Diff for /src/lib/libc/locale/localeio.h between version 1.3 and 1.4

version 1.3, 2009/01/11 02:46:28 version 1.4, 2010/06/19 13:26:52
Line 29 
Line 29 
  */   */
   
 __BEGIN_DECLS  __BEGIN_DECLS
   int _localeio_map_file(const char * __restrict,
       void ** __restrict, size_t * __restrict);
   void _localeio_unmap_file(void *, size_t);
 int __loadlocale(const char *, size_t, size_t, size_t, void *);  int __loadlocale(const char *, size_t, size_t, size_t, void *);
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>