Remove the comment warning that the dllockinit() interface might

change.  I have decided that the interface is general enough to
last.
This commit is contained in:
John Polstra 2000-01-09 20:57:21 +00:00
parent 97f86103a0
commit 4fba53a082
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55681

View File

@ -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),