mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add a definition for RTLD_DEFAULT.
This commit is contained in:
parent
07f643a52b
commit
362a3eadeb
1 changed files with 3 additions and 4 deletions
|
|
@ -47,11 +47,10 @@
|
|||
#define RTLD_LOCAL 0 /* Opposite of RTLD_GLOBAL, and the default */
|
||||
|
||||
/*
|
||||
* Special handle argument for dlsym(). It causes the search for the
|
||||
* symbol to begin in the next shared object after the one containing
|
||||
* the caller.
|
||||
* Special handle arguments for dlsym().
|
||||
*/
|
||||
#define RTLD_NEXT ((void *) -1)
|
||||
#define RTLD_NEXT ((void *) -1) /* Search subsequent objects */
|
||||
#define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm */
|
||||
|
||||
/*
|
||||
* Structure filled in by dladdr().
|
||||
|
|
|
|||
Loading…
Reference in a new issue