From d88c9767e1793993cc2242ccfb9a8ba002a061c6 Mon Sep 17 00:00:00 2001 From: jdp Date: Sun, 9 Jan 2000 20:57:21 +0000 Subject: Remove the comment warning that the dllockinit() interface might change. I have decided that the interface is general enough to last. --- include/dlfcn.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/dlfcn.h b/include/dlfcn.h index 16cc417..09edf2d 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -66,7 +66,6 @@ __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), -- cgit v1.1