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

Diff for /src/include/unistd.h between version 1.87 and 1.88

version 1.87, 2014/06/13 08:26:10 version 1.88, 2014/06/14 18:01:41
Line 538 
Line 538 
 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, ...);
 ssize_t  getentropy(void *, size_t);  int      getentropy(void *, size_t);
 pid_t    __tfork_thread(const struct __tfork *, size_t, void (*)(void *),  pid_t    __tfork_thread(const struct __tfork *, size_t, void (*)(void *),
             void *);              void *);
 #endif /* __BSD_VISIBLE */  #endif /* __BSD_VISIBLE */

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88