From: Ulrich Drepper Date: Fri, 9 Jul 1999 20:43:04 +0000 (+0000) Subject: (getpwent_r, getpwuid_r): Likewise. X-Git-Tag: cvs/glibc_2-1-2~300 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=faf3a618550bbc7429c34539449e247626b2e47e;p=thirdparty%2Fglibc.git (getpwent_r, getpwuid_r): Likewise. --- diff --git a/pwd/Versions b/pwd/Versions index 45a750eb417..091fa864431 100644 --- a/pwd/Versions +++ b/pwd/Versions @@ -12,4 +12,8 @@ libc { # p* putpwent; setpwent; } + GLIBC_2.1.2 { + # g* + getpwent_r; getpwuid_r; + } }