mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Fixed bitrot. The type of the "level" is intrmask_t, not int.
This commit is contained in:
parent
e6a658d84f
commit
f867ffd315
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32574
@ -23,7 +23,7 @@
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: spl.9,v 1.4 1997/03/21 20:14:14 mpp Exp $
|
||||
.\" $Id: spl.9,v 1.5 1997/04/13 14:49:09 bde Exp $
|
||||
.\" "
|
||||
.Dd July 21, 1996
|
||||
.Os
|
||||
@ -45,28 +45,28 @@
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/systm.h>
|
||||
.Ft int
|
||||
.Ft intrmask_t
|
||||
.Fn splbio "void"
|
||||
.Ft int
|
||||
.Ft intrmask_t
|
||||
.Fn splclock "void"
|
||||
.Ft int
|
||||
.Ft intrmask_t
|
||||
.Fn splhigh "void"
|
||||
.Ft int
|
||||
.Ft intrmask_t
|
||||
.Fn splimp "void"
|
||||
.Ft int
|
||||
.Ft intrmask_t
|
||||
.Fn splnet "void"
|
||||
.Ft int
|
||||
.Ft intrmask_t
|
||||
.Fn splsoftclock "void"
|
||||
.Ft int
|
||||
.Ft intrmask_t
|
||||
.Fn splsofttty "void"
|
||||
.Ft int
|
||||
.Ft intrmask_t
|
||||
.Fn splstatclock "void"
|
||||
.Ft int
|
||||
.Ft intrmask_t
|
||||
.Fn spltty "void"
|
||||
.Ft void
|
||||
.Fn spl0 "void"
|
||||
.Ft void
|
||||
.Fn splx "int ipl"
|
||||
.Fn splx "intrmask_t ipl"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn spl
|
||||
|
Loading…
Reference in New Issue
Block a user