mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Change the dllockinit() interface from "experimental" to
"deprecated" and warn that it will disappear eventually.
This commit is contained in:
parent
630df077ab
commit
59a821dae2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62802
@ -25,7 +25,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd December 26, 1999
|
||||
.Dd July 5, 2000
|
||||
.Os FreeBSD
|
||||
.Dt DLLOCKINIT 3
|
||||
.Sh NAME
|
||||
@ -39,8 +39,9 @@
|
||||
.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.
|
||||
Due to enhancements in the dynamic linker, this interface is no longer
|
||||
needed. It is deprecated and will be removed from future releases.
|
||||
In current releases it still exists, but only as a stub which does nothing.
|
||||
.Ef
|
||||
.Pp
|
||||
Threads packages can call
|
||||
|
Loading…
Reference in New Issue
Block a user