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

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

version 1.34, 2000/12/06 17:18:43 version 1.35, 2001/08/07 21:34:42
Line 56 
Line 56 
 #endif  #endif
   
 __BEGIN_DECLS  __BEGIN_DECLS
 __dead void      _exit __P((int)) __attribute__((__noreturn__));  __dead void      _exit __P((int));
 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.34  
changed lines
  Added in v.1.35