diff options
Diffstat (limited to 'lib/libc/gen/dlfunc.c')
-rw-r--r-- | lib/libc/gen/dlfunc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/dlfunc.c b/lib/libc/gen/dlfunc.c index 1467115..72a683a 100644 --- a/lib/libc/gen/dlfunc.c +++ b/lib/libc/gen/dlfunc.c @@ -17,7 +17,7 @@ * runs on, but is not guaranteed by the C standard. */ dlfunc_t -dlfunc(void *handle, const char *symbol) +dlfunc(void * __restrict handle, const char * __restrict symbol) { union { void *d; |