Revive the warning that dllockinit() is experimental and subject to

change.
This commit is contained in:
John Polstra 2000-01-29 01:33:21 +00:00
parent 7dbe16fbee
commit 4e1635fee5

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 1999 John D. Polstra
.\" Copyright (c) 1999, 2000 John D. Polstra
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@ -36,6 +36,11 @@
.Ft void
.Fn dllockinit "void *context" "void *(*lock_create)(void *context)" "void (*rlock_acquire)(void *lock)" "void (*wlock_acquire)(void *lock)" "void (*lock_release)(void *lock)" "void (*lock_destroy)(void *lock)" "void (*context_destroy)(void *context)"
.Sh DESCRIPTION
.Bf Sy
This interface is experimental. It may be changed or eliminated in
future releases.
.Ef
.Pp
Threads packages can call
.Nm
at initialization time to register locking functions for the dynamic