(getpwent_r, getpwuid_r): Likewise.

This commit is contained in:
Ulrich Drepper 1999-07-09 20:43:04 +00:00
parent cc7b66164b
commit faf3a61855

View File

@ -12,4 +12,8 @@ libc {
# p*
putpwent; setpwent;
}
GLIBC_2.1.2 {
# g*
getpwent_r; getpwuid_r;
}
}