mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
[libc] Add RTLD_NEXT + RTLD_DEFAULT (#149909)
Related to #97920, this patch adds `dlsym` macros `RTLD_NEXT` AND `RTLD_DEFAULT` to dlfcn.h.
This commit is contained in:
@@ -29,6 +29,14 @@ macros:
|
||||
standards:
|
||||
- gnu
|
||||
macro_value: "0x01000"
|
||||
- macro_name: RTLD_NEXT
|
||||
standards:
|
||||
- gnu
|
||||
macro_value: "((void *) -1l)"
|
||||
- macro_name: RTLD_DEFAULT
|
||||
standards:
|
||||
- gnu
|
||||
macro_value: "((void *) 0)"
|
||||
functions:
|
||||
- name: dlclose
|
||||
standards:
|
||||
|
||||
Reference in New Issue
Block a user