Add a #define for RTLD_LOCAL as required by the Single Unix

Specification.
This commit is contained in:
John Polstra 2000-01-29 01:53:35 +00:00
parent 4e1635fee5
commit 8a889bcb26
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56782

View File

@ -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