aboutsummaryrefslogtreecommitdiff
path: root/libc/src/dlfcn/dlinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/dlfcn/dlinfo.h')
-rw-r--r--libc/src/dlfcn/dlinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/dlfcn/dlinfo.h b/libc/src/dlfcn/dlinfo.h
index c2c34f0..bc13152 100644
--- a/libc/src/dlfcn/dlinfo.h
+++ b/libc/src/dlfcn/dlinfo.h
@@ -13,7 +13,7 @@
namespace LIBC_NAMESPACE_DECL {
-int dlinfo(void *restrict, int, void *restrict);
+int dlinfo(void *__restrict, int, void *__restrict);
} // namespace LIBC_NAMESPACE_DECL