DynamicLinker: Implement RTLD_NOLOAD

This commit is contained in:
2026-03-17 20:04:48 +02:00
parent 1d07d8e08e
commit 1f22b9b982
2 changed files with 21 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ __BEGIN_DECLS
#define RTLD_NOW 0x1
#define RTLD_GLOBAL 0x0
#define RTLD_LOCAL 0x2
#define RTLD_NOLOAD 0x4
#define _RTLD_LAZY_NOW_MASK 0x1
#define _RTLD_GLOBAL_LOCAL_MASK 0x2