summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2005-12-18 19:43:33 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2005-12-18 19:43:33 +0000
commit0eb88f20298d056bf09b52ec2d84d3662b8fd152 (patch)
tree0d48e9fa3e1a8d20651242fc849efd6ba9f69557 /include
parent9d51867579ac97c7da8600ce09faf79a6dad5ca6 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/dlfcn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h
index 2575861ed8c4..38f21b246812 100644
--- a/include/dlfcn.h
+++ b/include/dlfcn.h
@@ -131,6 +131,8 @@ void dllockinit(void *_context,
void (*_lock_release)(void *_lock),
void (*_lock_destroy)(void *_lock),
void (*_context_destroy)(void *_context));
+void *dlvsym(void * __restrict, const char * __restrict,
+ const char * __restrict);
#endif /* __BSD_VISIBLE */
__END_DECLS