1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Add DF_1_LOADFLTR.

MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2010-09-12 17:55:56 +00:00
parent 8d89b8f2a2
commit 12debc81fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=212501

View File

@ -471,6 +471,7 @@ typedef struct {
#define DF_1_BIND_NOW 0x00000001 /* Same as DF_BIND_NOW */
#define DF_1_GLOBAL 0x00000002 /* Set the RTLD_GLOBAL for object */
#define DF_1_NODELETE 0x00000008 /* Set the RTLD_NODELETE for object */
#define DF_1_LOADFLTR 0x00000010 /* Immediate loading of filtees */
#define DF_1_NOOPEN 0x00000040 /* Do not allow loading on dlopen() */
#define DF_1_ORIGIN 0x00000080 /* Process $ORIGIN */