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

Diff for /src/include/unistd.h between version 1.72 and 1.73

version 1.72, 2012/05/30 19:34:30 version 1.73, 2012/06/21 00:56:59
Line 501 
Line 501 
 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, ...);
   pid_t    __tfork_thread(const struct __tfork *, size_t, void (*)(void *),
               void *);
 #endif /* __BSD_VISIBLE */  #endif /* __BSD_VISIBLE */
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73