]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/telldir.3
Added/updated glibc feature test macro requirements
[thirdparty/man-pages.git] / man3 / telldir.3
index 9ccb5a9144dba3d52cfe85444b2cda6b03893138..0d1076cc3b39ab37a3e44de730d74f28ecd45de4 100644 (file)
@@ -25,7 +25,7 @@
 .\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
 .\"     386BSD man pages
 .\" Modified Sat Jul 24 17:48:42 1993 by Rik Faith (faith@cs.unc.edu)
-.TH TELLDIR 3  1993-03-31 "" "Linux Programmer's Manual"
+.TH TELLDIR 3  2007-07-26 "" "Linux Programmer's Manual"
 .SH NAME
 telldir \- return current location in directory stream
 .SH SYNOPSIS
@@ -34,6 +34,14 @@ telldir \- return current location in directory stream
 .sp
 .BI "off_t telldir(DIR *" dir );
 .fi
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.BR telldir ():
+_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE
 .SH DESCRIPTION
 The
 .BR telldir ()