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

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

version 1.105, 2017/12/12 01:12:34 version 1.106, 2018/07/13 09:25:22
Line 523 
Line 523 
 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 *);
   int      unveil(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.105  
changed lines
  Added in v.1.106