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

Diff for /src/include/stdio.h between version 1.52 and 1.53

version 1.52, 2016/03/16 04:56:08 version 1.53, 2016/09/09 18:12:37
Line 39 
Line 39 
 #define _STDIO_H_  #define _STDIO_H_
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   #include <sys/_null.h>
 #include <sys/_types.h>  #include <sys/_types.h>
   
 #if __BSD_VISIBLE || __POSIX_VISIBLE || __XPG_VISIBLE  #if __BSD_VISIBLE || __POSIX_VISIBLE || __XPG_VISIBLE
Line 53 
Line 54 
 #ifndef _OFF_T_DEFINED_  #ifndef _OFF_T_DEFINED_
 #define _OFF_T_DEFINED_  #define _OFF_T_DEFINED_
 typedef __off_t off_t;  typedef __off_t off_t;
 #endif  
   
 #ifndef NULL  
 #ifdef  __GNUG__  
 #define NULL    __null  
 #elif defined(__cplusplus)  
 #define NULL    0L  
 #else  
 #define NULL    ((void *)0)  
 #endif  
 #endif  #endif
   
 #define _FSTDIO                 /* Define for new stdio with functions. */  #define _FSTDIO                 /* Define for new stdio with functions. */

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53