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

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

version 1.33, 2000/09/12 17:30:45 version 1.34, 2000/12/06 17:18:43
Line 56 
Line 56 
 #endif  #endif
   
 __BEGIN_DECLS  __BEGIN_DECLS
 __dead void      _exit __P((int)) __attribute__((noreturn));  __dead void      _exit __P((int)) __attribute__((__noreturn__));
 int      access __P((const char *, int));  int      access __P((const char *, int));
 unsigned int alarm __P((unsigned int));  unsigned int alarm __P((unsigned int));
 int      chdir __P((const char *));  int      chdir __P((const char *));

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