Revive the warning that dllockinit() is experimental and subject to
change.
This commit is contained in:
parent
7dbe16fbee
commit
4e1635fee5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user