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

Diff for /src/include/dlfcn.h between version 1.10 and 1.11

version 1.10, 2007/05/05 15:21:21 version 1.11, 2007/05/29 04:47:17
Line 64 
Line 64 
 #define RTLD_GLOBAL     0x100  #define RTLD_GLOBAL     0x100
 #define RTLD_LOCAL      0x000  #define RTLD_LOCAL      0x000
 #define DL_LAZY         RTLD_LAZY       /* Compat */  #define DL_LAZY         RTLD_LAZY       /* Compat */
   #define RTLD_TRACE      0x200
   
 /*  /*
  * Special handle arguments for dlsym().   * Special handle arguments for dlsym().

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11