]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(getpwent_r, getpwuid_r): Likewise.
authorUlrich Drepper <drepper@redhat.com>
Fri, 9 Jul 1999 20:43:04 +0000 (20:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 9 Jul 1999 20:43:04 +0000 (20:43 +0000)
pwd/Versions

index 45a750eb417af94f5836441c295ad4e0997c3362..091fa864431d52141e9813106233671981a0470c 100644 (file)
@@ -12,4 +12,8 @@ libc {
     # p*
     putpwent; setpwent;
   }
+  GLIBC_2.1.2 {
+    # g*
+    getpwent_r; getpwuid_r;
+  }
 }