summaryrefslogtreecommitdiffstats
path: root/man3/sched_getcpu.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sched_getcpu.3')
-rw-r--r--man3/sched_getcpu.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/sched_getcpu.3 b/man3/sched_getcpu.3
index b49d34873..f45d80054 100644
--- a/man3/sched_getcpu.3
+++ b/man3/sched_getcpu.3
@@ -80,7 +80,7 @@ call:
.in +4n
.EX
int c, s;
-s = getcpu(&c, NULL, NULL);
+s = getcpu(&c, NULL);
cpu = (s == \-1) ? s : c;
.EE
.in