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

Diff for /src/include/stddef.h between version 1.12 and 1.13

version 1.12, 2011/07/03 18:51:01 version 1.13, 2016/09/09 18:12:37
Line 36 
Line 36 
 #define _STDDEF_H_  #define _STDDEF_H_
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   #include <sys/_null.h>
 #include <sys/_types.h>  #include <sys/_types.h>
   
 #ifndef _PTRDIFF_T_DEFINED_  #ifndef _PTRDIFF_T_DEFINED_
Line 62 
Line 63 
 #ifndef _MBSTATE_T_DEFINED_  #ifndef _MBSTATE_T_DEFINED_
 #define _MBSTATE_T_DEFINED_  #define _MBSTATE_T_DEFINED_
 typedef __mbstate_t     mbstate_t;  typedef __mbstate_t     mbstate_t;
 #endif  
   
 #ifndef NULL  
 #ifdef  __GNUG__  
 #define NULL    __null  
 #elif defined(__cplusplus)  
 #define NULL    0L  
 #else  
 #define NULL    ((void *)0)  
 #endif  
 #endif  #endif
   
 #if __GNUC_PREREQ__(4, 0)  #if __GNUC_PREREQ__(4, 0)

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13