Implement RTLD_DEEPBIND.

PR:	246462
Tested by:	Martin Birgmeier <d8zNeCFG@aon.at>
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D24841
This commit is contained in:
Konstantin Belousov
2020-05-15 11:58:01 +00:00
parent 8ffb1c8ce1
commit 1659238a0c
4 changed files with 11 additions and 1 deletions
+2
View File
@@ -47,6 +47,8 @@
#define RTLD_TRACE 0x200 /* Trace loaded objects and exit. */
#define RTLD_NODELETE 0x01000 /* Do not remove members. */
#define RTLD_NOLOAD 0x02000 /* Do not load if not already loaded. */
#define RTLD_DEEPBIND 0x04000 /* Put symbols from the dso ahead of
the global list */
/*
* Request arguments for dlinfo().