OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man3 / pthread_cleanup_push_defer_np.3
index dc5571f..14b0ecd 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH PTHREAD_CLEANUP_PUSH_DEFER_NP 3 2008-12-04 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_CLEANUP_PUSH_DEFER_NP 3 2014-05-28 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_cleanup_push_defer_np, pthread_cleanup_pop_restore_np \- push and pop
 thread cancellation clean-up handlers while saving cancelability type
@@ -37,6 +37,19 @@ thread cancellation clean-up handlers while saving cancelability type
 .fi
 .sp
 Compile and link with \fI\-pthread\fP.
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.ad l
+.BR pthread_cleanup_push_defer_np (),
+.BR pthread_cleanup_pop_defer_np ():
+.RS 4
+_GNU_SOURCE
+.RE
+.ad
 .SH DESCRIPTION
 These functions are the same as
 .BR pthread_cleanup_push (3)
@@ -108,7 +121,7 @@ hence the suffix "_np" (nonportable) in the names.
 .BR pthread_testcancel (3),
 .BR pthreads (7)
 .SH COLOPHON
-This page is part of release 3.67 of the Linux
+This page is part of release 3.68 of the Linux
 .I man-pages
 project.
 A description of the project,