Add definition for RTLD_GLOBAL, which is soon to be supported.

This commit is contained in:
John Polstra 1999-08-30 00:50:12 +00:00
parent 3e12058d25
commit 30f6d5b508
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50603

View File

@ -38,10 +38,12 @@
#include <sys/cdefs.h>
/*
* Modes for dlopen().
* Modes and flags for dlopen().
*/
#define RTLD_LAZY 1 /* Bind function calls lazily */
#define RTLD_NOW 2 /* Bind function calls immediately */
#define RTLD_MODEMASK 0x3
#define RTLD_GLOBAL 0x100 /* Make symbols globally available */
/*
* Special handle argument for dlsym(). It causes the search for the