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

Diff for /src/include/unistd.h between version 1.104 and 1.105

version 1.104, 2017/03/09 10:13:03 version 1.105, 2017/12/12 01:12:34
Line 522 
Line 522 
 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      pledge(const char *, const char **);  int      pledge(const char *, const char *);
 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.104  
changed lines
  Added in v.1.105