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

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

version 1.15, 2021/06/02 07:29:03 version 1.16, 2022/08/20 17:39:22
Line 43 
Line 43 
 #define RTLD_LOCAL      0x000  #define RTLD_LOCAL      0x000
 #define RTLD_TRACE      0x200  #define RTLD_TRACE      0x200
 #define RTLD_NODELETE   0x400  #define RTLD_NODELETE   0x400
   #define RTLD_NOLOAD     0x800
   
 /*  /*
  * Special handle arguments for dlsym().   * Special handle arguments for dlsym().

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