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

Diff for /src/include/unistd.h between version 1.24 and 1.25

version 1.24, 1998/11/20 11:18:26 version 1.25, 1999/05/22 23:49:48
Line 177 
Line 177 
 void     setusershell __P((void));  void     setusershell __P((void));
 void     swab __P((const void *, void *, size_t));  void     swab __P((const void *, void *, size_t));
 int      swapon __P((const char *));  int      swapon __P((const char *));
   int      swapctl __P((int cmd, void *arg, int misc));
 int      symlink __P((const char *, const char *));  int      symlink __P((const char *, const char *));
 void     sync __P((void));  void     sync __P((void));
 int      syscall __P((int, ...));  int      syscall __P((int, ...));

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25