diff --git a/libc/include/dlfcn.yaml b/libc/include/dlfcn.yaml index 28be34dbd95b..6afeb70b89e7 100644 --- a/libc/include/dlfcn.yaml +++ b/libc/include/dlfcn.yaml @@ -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: