]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(getspent_r, getspnam_r): Added to GLIBC_2.1.2.
authorUlrich Drepper <drepper@redhat.com>
Fri, 9 Jul 1999 20:43:21 +0000 (20:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 9 Jul 1999 20:43:21 +0000 (20:43 +0000)
shadow/Versions

index 7a0dae565e10639c7357fb1b60ddd8908bbf3b6d..38ab368fffee71046daaaa48f8a9bca31e422c01 100644 (file)
@@ -24,4 +24,8 @@ libc {
     # u*
     ulckpwdf;
   }
+  GLIBC_2.1.2 {
+    # g*
+    getspent_r; getspnam_r;
+  }
 }