(getgrent_r, getgrgid_r, getgrnam_r): Added to GLIBC_2.1.2.

This commit is contained in:
Ulrich Drepper 1999-07-09 20:42:01 +00:00
parent afe923264f
commit 4678f78846

View File

@ -20,4 +20,8 @@ libc {
# p*
putgrent;
}
GLIBC_2.1.2 {
# g*
getgrent_r; getgrgid_r; getgrnam_r;
}
}