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

Diff for /src/include/unistd.h between version 1.10 and 1.11

version 1.10, 1996/12/12 23:42:22 version 1.11, 1996/12/13 17:06:23
Line 69 
Line 69 
 int      execve __P((const char *, char * const *, char * const *));  int      execve __P((const char *, char * const *, char * const *));
 int      execvp __P((const char *, char * const *));  int      execvp __P((const char *, char * const *));
 pid_t    fork __P((void));  pid_t    fork __P((void));
 long     fpathconf __P((int, int));             /* not yet */  long     fpathconf __P((int, int));
 char    *getcwd __P((char *, size_t));  char    *getcwd __P((char *, size_t));
 gid_t    getegid __P((void));  gid_t    getegid __P((void));
 uid_t    geteuid __P((void));  uid_t    geteuid __P((void));
Line 83 
Line 83 
 int      isatty __P((int));  int      isatty __P((int));
 int      link __P((const char *, const char *));  int      link __P((const char *, const char *));
 off_t    lseek __P((int, off_t, int));  off_t    lseek __P((int, off_t, int));
 long     pathconf __P((const char *, int));     /* not yet */  long     pathconf __P((const char *, int));
 int      pause __P((void));  int      pause __P((void));
 int      pipe __P((int *));  int      pipe __P((int *));
 ssize_t  read __P((int, void *, size_t));  ssize_t  read __P((int, void *, size_t));
Line 93 
Line 93 
 pid_t    setsid __P((void));  pid_t    setsid __P((void));
 int      setuid __P((uid_t));  int      setuid __P((uid_t));
 unsigned sleep __P((unsigned));  unsigned sleep __P((unsigned));
 long     sysconf __P((int));                    /* not yet */  long     sysconf __P((int));
 pid_t    tcgetpgrp __P((int));  pid_t    tcgetpgrp __P((int));
 int      tcsetpgrp __P((int, pid_t));  int      tcsetpgrp __P((int, pid_t));
 char    *ttyname __P((int));  char    *ttyname __P((int));

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11