aboutsummaryrefslogtreecommitdiff
path: root/libc/src/dlfcn/dladdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/dlfcn/dladdr.h')
-rw-r--r--libc/src/dlfcn/dladdr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/src/dlfcn/dladdr.h b/libc/src/dlfcn/dladdr.h
index 346fc8d..1fabe81 100644
--- a/libc/src/dlfcn/dladdr.h
+++ b/libc/src/dlfcn/dladdr.h
@@ -11,9 +11,11 @@
#include "src/__support/macros/config.h"
+#include "hdr/types/dl_info.h"
+
namespace LIBC_NAMESPACE_DECL {
-int dladdr(const void *, Dl_info *);
+int dladdr(const void *__restrict, Dl_info *__restrict);
} // namespace LIBC_NAMESPACE_DECL