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

Diff for /src/include/dlfcn.h between version 1.12 and 1.13

version 1.12, 2012/10/01 00:21:19 version 1.13, 2013/03/24 01:37:21
Line 85 
Line 85 
 void    *dlopen(const char *, int);  void    *dlopen(const char *, int);
 int     dlclose(void *);  int     dlclose(void *);
 void    *dlsym(void *__restrict, const char *__restrict);  void    *dlsym(void *__restrict, const char *__restrict);
 const char      *dlerror(void);  char    *dlerror(void);
   
 #if __BSD_VISIBLE  #if __BSD_VISIBLE
 int     dladdr(const void *, Dl_info *);  int     dladdr(const void *, Dl_info *);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13