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

Diff for /src/include/dlfcn.h between version 1.14 and 1.15

version 1.14, 2017/11/28 17:19:47 version 1.15, 2021/06/02 07:29:03
Line 42 
Line 42 
 #define RTLD_GLOBAL     0x100  #define RTLD_GLOBAL     0x100
 #define RTLD_LOCAL      0x000  #define RTLD_LOCAL      0x000
 #define RTLD_TRACE      0x200  #define RTLD_TRACE      0x200
   #define RTLD_NODELETE   0x400
   
 /*  /*
  * Special handle arguments for dlsym().   * Special handle arguments for dlsym().

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15