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

Diff for /src/include/unistd.h between version 1.32 and 1.33

version 1.32, 2000/07/19 19:26:04 version 1.33, 2000/09/12 17:30:45
Line 85 
Line 85 
 pid_t    getpid __P((void));  pid_t    getpid __P((void));
 pid_t    getpgid __P((pid_t));  pid_t    getpgid __P((pid_t));
 pid_t    getppid __P((void));  pid_t    getppid __P((void));
   pid_t    getsid __P((pid_t));
 uid_t    getuid __P((void));  uid_t    getuid __P((void));
 int      isatty __P((int));  int      isatty __P((int));
 int      link __P((const char *, const char *));  int      link __P((const char *, const char *));

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33