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:
@@ -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().
|
||||
|
||||
Reference in New Issue
Block a user