]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/dirfd.3
Added/updated glibc feature test macro requirements
[thirdparty/man-pages.git] / man3 / dirfd.3
index bda36a7a0e9385e75049c5dff076bfae7b1f30ab..bda8211342d1cb6832504f542fb29d6a67449f8c 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 DIRFD 3 2002-01-05 "Linux" "Linux Programmer's Manual"
+.TH DIRFD 3 2007-07-26 "Linux" "Linux Programmer's Manual"
 .SH NAME
 dirfd \- get directory stream file descriptor
 .SH SYNOPSIS
@@ -29,6 +29,14 @@ dirfd \- get directory stream file descriptor
 .B #include <dirent.h>
 .sp
 .BI "int dirfd(DIR *" dir );
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.BR dirfd ():
+_BSD_SOURCE || _SVID_SOURCE
 .SH DESCRIPTION
 The function
 .BR dirfd ()