mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add definition for the -z nodefaultlib flag.
MFC after: 3 days
This commit is contained in:
parent
14f9f25ba0
commit
9c934bf405
1 changed files with 1 additions and 0 deletions
|
|
@ -480,6 +480,7 @@ typedef struct {
|
|||
#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 */
|
||||
#define DF_1_NODEFLIB 0x00000800 /* Do not search default paths */
|
||||
|
||||
/* Values for n_type. Used in core files. */
|
||||
#define NT_PRSTATUS 1 /* Process status. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue