OSDN Git Service

(split) LDP: Update original to LDP v3.51.
[linuxjm/LDP_man-pages.git] / original / man3 / sched_getcpu.3
index 67b7039..2e05504 100644 (file)
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH SCHED_GETCPU 3 2010-10-31 "Linux" "Linux Programmer's Manual"
+.TH SCHED_GETCPU 3 2013-04-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sched_getcpu \- determine CPU on which the calling thread is running
 .SH SYNOPSIS
 .nf
-.BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
-.\" Really:_BSD_SOURCE || _SVID_SOURCE
 .B #include <sched.h>
 
 .B int sched_getcpu(void);
 .fi
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.BR sched_getcpu ():
+.ad l
+.RS 4
+.PD 0
+.TP 4
+Since glibc 2.14:
+_GNU_SOURCE
+.TP 4
+Before glibc 2.14:
+_BSD_SOURCE || _SVID_SOURCE
+    /* _GNU_SOURCE also suffices */
+.PD
+.RE
+.ad b
 .SH DESCRIPTION
 .BR sched_getcpu ()
 returns the number of the CPU on which the calling thread is currently executing.