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

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

Diff for /src/lib/libc/include/extern.h between version 1.14 and 1.15

version 1.14, 2006/11/22 17:23:25 version 1.15, 2007/12/04 17:45:07
Line 61  int snprintf_ss(char * __restrict, size_
Line 61  int snprintf_ss(char * __restrict, size_
 int     vsnprintf_ss(char * __restrict, size_t, const char * __restrict,  int     vsnprintf_ss(char * __restrict, size_t, const char * __restrict,
     _BSD_VA_LIST_) __attribute__((__format__(__printf__, 3, 0)));      _BSD_VA_LIST_) __attribute__((__format__(__printf__, 3, 0)));
   
   void    _malloc_prefork(void);
   void    _malloc_postfork(void);
   
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>