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

Diff for /src/include/unistd.h between version 1.101 and 1.102

version 1.101, 2016/05/23 00:12:58 version 1.102, 2016/09/09 18:12:37
Line 35 
Line 35 
 #ifndef _UNISTD_H_  #ifndef _UNISTD_H_
 #define _UNISTD_H_  #define _UNISTD_H_
   
   #include <sys/_null.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/unistd.h>  #include <sys/unistd.h>
   
Line 313 
Line 314 
 #define _CS_POSIX_V7_THREADS_LDFLAGS            29  #define _CS_POSIX_V7_THREADS_LDFLAGS            29
 #define _CS_POSIX_V7_WIDTH_RESTRICTED_ENVS      30  #define _CS_POSIX_V7_WIDTH_RESTRICTED_ENVS      30
 #define _CS_V7_ENV                              31  #define _CS_V7_ENV                              31
   
   
 #ifndef NULL  
 #ifdef  __GNUG__  
 #define NULL    __null  
 #elif defined(__cplusplus)  
 #define NULL    0L  
 #else  
 #define NULL    ((void *)0)  
 #endif  
 #endif  
   
 #ifndef _INTPTR_T_DEFINED_  #ifndef _INTPTR_T_DEFINED_
 #define _INTPTR_T_DEFINED_  #define _INTPTR_T_DEFINED_

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102