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

Diff for /src/include/unistd.h between version 1.107 and 1.108

version 1.107, 2023/01/07 05:24:58 version 1.108, 2023/12/12 15:30:55
Line 522 
Line 522 
 void     setusershell(void);  void     setusershell(void);
 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      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 *);  int      unveil(const char *, const char *);

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108