[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.15 and 1.16

version 1.15, 2007/12/04 17:45:07 version 1.16, 2008/10/31 16:12:18
Line 55  struct syslog_data;
Line 55  struct syslog_data;
 void    syslog_ss(int, struct syslog_data *, const char *, ...)  void    syslog_ss(int, struct syslog_data *, const char *, ...)
     __attribute__((__format__(__printf__,3,4)));      __attribute__((__format__(__printf__,3,4)));
 void    vsyslog_ss(int, struct syslog_data *, const char *, _BSD_VA_LIST_);  void    vsyslog_ss(int, struct syslog_data *, const char *, _BSD_VA_LIST_);
   void    vsyslog_ss(int, struct syslog_data *, const char *, _BSD_VA_LIST_)
       __attribute__((__format__(__printf__,3,0)));
   void    syslogp_ss(int, struct syslog_data *, const char *, const char *,
       const char *, ...) __attribute__((__format__(__printf__,5,0)));
   void    vsyslogp_ss(int, struct syslog_data *, const char *, const char *,
       const char *, _BSD_VA_LIST_) __attribute__((__format__(__printf__,5,0)));
   
 int     snprintf_ss(char * __restrict, size_t, const char * __restrict, ...)  int     snprintf_ss(char * __restrict, size_t, const char * __restrict, ...)
     __attribute__((__format__(__printf__, 3, 4)));      __attribute__((__format__(__printf__, 3, 4)));

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

CVSweb <webmaster@jp.NetBSD.org>