mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Add a #define for RTLD_LOCAL as required by the Single Unix
Specification.
This commit is contained in:
parent
4e1635fee5
commit
8a889bcb26
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@
|
|||
#define RTLD_NOW 2 /* Bind function calls immediately */
|
||||
#define RTLD_MODEMASK 0x3
|
||||
#define RTLD_GLOBAL 0x100 /* Make symbols globally available */
|
||||
#define RTLD_LOCAL 0 /* Opposite of RTLD_GLOBAL, and the default */
|
||||
|
||||
/*
|
||||
* Special handle argument for dlsym(). It causes the search for the
|
||||
|
|
|
|||
Loading…
Reference in a new issue