]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/timegm.3
Added/updated glibc feature test macro requirements
[thirdparty/man-pages.git] / man3 / timegm.3
index 887ef26b4768175f6f19a84a18b113dd0d21e630..c74c6f703ce6240a8f70fce4e4941efa70687037 100644 (file)
@@ -20,7 +20,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH TIMEGM 3 2007-06-18 "GNU" "Linux Programmer's Manual"
+.TH TIMEGM 3 2007-07-26 "GNU" "Linux Programmer's Manual"
 .SH NAME
 timegm, timelocal \- inverses of gmtime and localtime
 .SH SYNOPSIS
@@ -30,6 +30,16 @@ timegm, timelocal \- inverses of gmtime and localtime
 .BI "time_t timelocal(struct tm *" tm );
 .sp
 .BI "time_t timegm(struct tm *" tm );
+.sp
+.fi
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.BR timelocal (),
+.BR timegm ():
+_BSD_SOURCE || _SVID_SOURCE
 .SH DESCRIPTION
 The functions
 .BR timelocal ()