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

Diff for /src/include/time.h between version 1.28 and 1.29

version 1.28, 2015/04/07 01:47:04 version 1.29, 2016/09/09 18:12:37
Line 42 
Line 42 
 #define _TIME_H_  #define _TIME_H_
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   #include <sys/_null.h>
 #include <sys/_types.h>  #include <sys/_types.h>
   
 #ifndef NULL  
 #ifdef  __GNUG__  
 #define NULL    __null  
 #elif defined(__cplusplus)  
 #define NULL    0L  
 #else  
 #define NULL    ((void *)0)  
 #endif  
 #endif  
   
 #ifndef _CLOCK_T_DEFINED_  #ifndef _CLOCK_T_DEFINED_
 #define _CLOCK_T_DEFINED_  #define _CLOCK_T_DEFINED_

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29