From aa633a586def8538f74a51bfa87cbabfe4ea39db Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 13 Nov 2008 09:02:42 -0500 Subject: [PATCH] CPU_SET.3: Fix return type of CPU_ALLOC_SIZE() in SYNOPSIS Signed-off-by: Michael Kerrisk --- man3/CPU_SET.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/CPU_SET.3 b/man3/CPU_SET.3 index d97fb7fff..3c0ff6871 100644 --- a/man3/CPU_SET.3 +++ b/man3/CPU_SET.3 @@ -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