]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/getgrent.3
Added/updated glibc feature test macro requirements
[thirdparty/man-pages.git] / man3 / getgrent.3
index 6c95b651be53ca9d3bcd7439190d79f7bff41967..4b934cb8669b73d03ddf5f5761255fda06b8a615 100644 (file)
@@ -25,7 +25,7 @@
 .\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
 .\"     386BSD man pages
 .\" Modified Sat Jul 24 19:29:54 1993 by Rik Faith (faith@cs.unc.edu)
-.TH GETGRENT 3  1993-04-04 "" "Linux Programmer's Manual"
+.TH GETGRENT 3  2007-07-26 "" "Linux Programmer's Manual"
 .SH NAME
 getgrent, setgrent, endgrent \- get group file entry
 .SH SYNOPSIS
@@ -39,6 +39,18 @@ getgrent, setgrent, endgrent \- get group file entry
 .sp
 .B void endgrent(void);
 .fi
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.ad l
+.BR getgrent (),
+.BR setgrent (),
+.BR endgrent ():
+_SVID_SOURCE || _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500
+.ad b
 .SH DESCRIPTION
 The
 .BR getgrent ()