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

Diff for /src/include/unistd.h between version 1.98 and 1.99

version 1.98, 2015/08/26 01:54:08 version 1.99, 2015/09/09 17:56:59
Line 539 
Line 539 
 int      swapctl(int cmd, const void *arg, int misc);  int      swapctl(int cmd, const void *arg, int misc);
 int      syscall(int, ...);  int      syscall(int, ...);
 int      getentropy(void *, size_t);  int      getentropy(void *, size_t);
   int      tame(const char *, const char **paths);
 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.98  
changed lines
  Added in v.1.99