summaryrefslogtreecommitdiff
path: root/lib/libc/gen/dlfunc.c
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-09-11 05:05:48 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-09-11 05:05:48 +0000
commita4a96c8166d8fcb688f24e7f77e578e93ce26b0b (patch)
tree26b60cad0772ec814f7c02ab55fdee79a91e2d5f /lib/libc/gen/dlfunc.c
parent24c502cbc7a0a35cea436ac596529fe24ca27f35 (diff)
Notes
Diffstat (limited to 'lib/libc/gen/dlfunc.c')
-rw-r--r--lib/libc/gen/dlfunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/dlfunc.c b/lib/libc/gen/dlfunc.c
index 146711518f5b..72a683a055d1 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;