diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-13 09:02:42 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-25 20:53:53 -0500 |
| commit | aa633a586def8538f74a51bfa87cbabfe4ea39db (patch) | |
| tree | 8ac01a15a5483d63493cef663e78051dd7996e49 /man3 | |
| parent | 488d0e98f3b253a3b79de9e8c71c095148731e46 (diff) | |
| download | man-pages-aa633a586def8538f74a51bfa87cbabfe4ea39db.tar.gz | |
CPU_SET.3: Fix return type of CPU_ALLOC_SIZE() in SYNOPSIS
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/CPU_SET.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/CPU_SET.3 b/man3/CPU_SET.3 index d97fb7fffc..3c0ff68711 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 |
