diff --git a/man2/getcpu.2 b/man2/getcpu.2 index c66f3d4a1..88f8cdb8e 100644 --- a/man2/getcpu.2 +++ b/man2/getcpu.2 @@ -19,9 +19,6 @@ getcpu \- determine CPU and NUMA node on which the calling thread is running .BI "int getcpu(unsigned *" cpu ", unsigned *" node \ ", struct getcpu_cache *" tcache ); .fi -.PP -.IR Note : -There is no glibc wrapper for this system call; see NOTES. .SH DESCRIPTION The .BR getcpu () @@ -82,12 +79,6 @@ The intention of is to allow programs to make optimizations with per-CPU data or for NUMA optimization. .PP -Glibc does not provide a wrapper for this system call; call it using -.BR syscall (2); -or use -.BR sched_getcpu (3) -instead. -.PP The .I tcache argument is unused since Linux 2.6.24.