From: Ulrich Drepper Date: Fri, 9 Jul 1999 20:43:21 +0000 (+0000) Subject: (getspent_r, getspnam_r): Added to GLIBC_2.1.2. X-Git-Tag: cvs/glibc_2-1-2~299 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3998308ebab4c604725966b1ca2ae6939d4739a;p=thirdparty%2Fglibc.git (getspent_r, getspnam_r): Added to GLIBC_2.1.2. --- diff --git a/shadow/Versions b/shadow/Versions index 7a0dae565e1..38ab368fffe 100644 --- a/shadow/Versions +++ b/shadow/Versions @@ -24,4 +24,8 @@ libc { # u* ulckpwdf; } + GLIBC_2.1.2 { + # g* + getspent_r; getspnam_r; + } }