CPU_SET.3: Fix return type of CPU_ALLOC_SIZE() in SYNOPSIS

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-11-13 09:02:42 -05:00
parent 488d0e98f3
commit aa633a586d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ macros for manipulating CPU sets
.sp
.BI "cpu_set_t *CPU_ALLOC(int " num_cpus );
.BR "void CPU_FREE(cpu_set_t *" set );
.BI "int CPU_ALLOC_SIZE(int " num_cpus );
.BI "size_t CPU_ALLOC_SIZE(int " num_cpus );
.sp
.BI "void CPU_ZERO_S(size_t " setsize ", cpu_set_t *" set );
.sp