]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(getgrent_r, getgrgid_r, getgrnam_r): Added to GLIBC_2.1.2.
authorUlrich Drepper <drepper@redhat.com>
Fri, 9 Jul 1999 20:42:01 +0000 (20:42 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 9 Jul 1999 20:42:01 +0000 (20:42 +0000)
grp/Versions

index 1615b2418631613b3cb7a11009c2aa6bd806c0a1..36b5b703661896bb4ebc9aaea54cab9614202f5e 100644 (file)
@@ -20,4 +20,8 @@ libc {
     # p*
     putgrent;
   }
+  GLIBC_2.1.2 {
+    # g*
+    getgrent_r; getgrgid_r; getgrnam_r;
+  }
 }