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

Diff for /src/include/unistd.h between version 1.60 and 1.61

version 1.60, 2008/04/24 20:43:20 version 1.61, 2008/04/29 14:52:54
Line 218 
Line 218 
 char    *mkdtemp(char *);  char    *mkdtemp(char *);
 int      mkstemps(char *, int);  int      mkstemps(char *, int);
 int      nfssvc(int, void *);  int      nfssvc(int, void *);
 void     psignal(unsigned int, const char *);  
 int      profil(char *, size_t, unsigned long, unsigned int)  int      profil(char *, size_t, unsigned long, unsigned int)
                 __attribute__ ((__bounded__(__string__,1,2)));                  __attribute__ ((__bounded__(__string__,1,2)));
 int      quotactl(const char *, int, int, char *);  int      quotactl(const char *, int, int, char *);
Line 255 
Line 254 
 int      strtofflags(char **, u_int32_t *, u_int32_t *);  int      strtofflags(char **, u_int32_t *, u_int32_t *);
 int      swapctl(int cmd, const void *arg, int misc);  int      swapctl(int cmd, const void *arg, int misc);
 int      syscall(int, ...);  int      syscall(int, ...);
 extern __const char *__const sys_siglist[]; /* XXX - also in signal.h */  
 #endif /* __BSD_VISIBLE */  #endif /* __BSD_VISIBLE */
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61