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

Diff for /src/include/unistd.h between version 1.61 and 1.62

version 1.61, 2008/04/29 14:52:54 version 1.62, 2008/06/25 14:58:54
Line 50 
Line 50 
 #define F_TEST          3       /* test a section for locks by other procs */  #define F_TEST          3       /* test a section for locks by other procs */
 #endif  #endif
   
   #if __POSIX_VISIBLE
   #define _POSIX_REENTRANT_FUNCTIONS      1
   #define _POSIX_THREAD_SAFE_FUNCTIONS    200112L
   #endif
   
 #ifndef NULL  #ifndef NULL
 #ifdef  __GNUG__  #ifdef  __GNUG__
 #define NULL    __null  #define NULL    __null

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62