OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man3 / pthread_yield.3
index 40e8950..b3cb888 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 2009 Michael Kerrisk, <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
-.TH PTHREAD_YIELD 3 2009-04-10 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_YIELD 3 2013-03-05 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_yield \- yield the processor
 .SH SYNOPSIS
 .nf
+.BR "#define _GNU_SOURCE" "             /* See feature_test_macros(7) */"
 .B #include <pthread.h>
 
 .B int pthread_yield(void);
@@ -58,5 +61,13 @@ On Linux, this function is implemented as a call to
 .BR sched_yield (2).
 .SH SEE ALSO
 .BR sched_setscheduler (2),
-.BR sched_yield (2)
+.BR sched_yield (2),
 .BR pthreads (7)
+.SH COLOPHON
+This page is part of release 3.65 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.