From: Ulrich Drepper Date: Fri, 9 Jul 1999 20:42:01 +0000 (+0000) Subject: (getgrent_r, getgrgid_r, getgrnam_r): Added to GLIBC_2.1.2. X-Git-Tag: cvs/glibc_2-1-2~302 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4678f78846a447bbc4cfceaf087bda7c0b7d67b0;p=thirdparty%2Fglibc.git (getgrent_r, getgrgid_r, getgrnam_r): Added to GLIBC_2.1.2. --- diff --git a/grp/Versions b/grp/Versions index 1615b241863..36b5b703661 100644 --- a/grp/Versions +++ b/grp/Versions @@ -20,4 +20,8 @@ libc { # p* putgrent; } + GLIBC_2.1.2 { + # g* + getgrent_r; getgrgid_r; getgrnam_r; + } }