From 4fba53a08242f5ade4ab52a9afd3a1068ac1e35c Mon Sep 17 00:00:00 2001 From: John Polstra Date: Sun, 9 Jan 2000 20:57:21 +0000 Subject: [PATCH] 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 16cc41754cef..09edf2dde31b 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),