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

Diff for /src/include/unistd.h between version 1.83 and 1.84

version 1.83, 2013/12/28 01:51:53 version 1.84, 2014/04/01 05:04:50
Line 325 
Line 325 
 #endif  #endif
 #endif  #endif
   
   #ifndef _INTPTR_T_DEFINED_
   #define _INTPTR_T_DEFINED_
   typedef __intptr_t              intptr_t;
   #endif
   
 __BEGIN_DECLS  __BEGIN_DECLS
 __dead void      _exit(int);  __dead void      _exit(int);
 int      access(const char *, int);  int      access(const char *, int);

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84