aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1999-12-28 04:38:17 +0000
committerJohn Polstra <jdp@FreeBSD.org>1999-12-28 04:38:17 +0000
commit3600eb76c6005988b386d04cfdb5963b38a18eee (patch)
tree87a46a42824ad2fcf6b934cf07a8d0e56a4a34b7 /include
parent427db879c9c39266493f3a7f772d0acc584547b4 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/dlfcn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h
index 09edf2dde31b..16cc41754cef 100644
--- a/include/dlfcn.h
+++ b/include/dlfcn.h
@@ -66,6 +66,7 @@ __BEGIN_DECLS
int dladdr __P((const void *, Dl_info *));
int dlclose __P((void *));
const char *dlerror __P((void));
+/* XXX dllockinit() interface is likely to change. */
void dllockinit __P((void *_context,
void *(*_lock_create)(void *_context),
void (*_rlock_acquire)(void *_lock),