summaryrefslogtreecommitdiff
path: root/grp
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-09 20:42:01 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-09 20:42:01 +0000
commit4678f78846a447bbc4cfceaf087bda7c0b7d67b0 (patch)
treef92eb8e99bacc93b1f2fe0afc720c60c85f0318c /grp
parentafe923264f40db31c992e3f624d7dfb7ddca033d (diff)
(getgrent_r, getgrgid_r, getgrnam_r): Added to GLIBC_2.1.2.
Diffstat (limited to 'grp')
-rw-r--r--grp/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/grp/Versions b/grp/Versions
index 1615b24186..36b5b70366 100644
--- a/grp/Versions
+++ b/grp/Versions
@@ -20,4 +20,8 @@ libc {
# p*
putgrent;
}
+ GLIBC_2.1.2 {
+ # g*
+ getgrent_r; getgrgid_r; getgrnam_r;
+ }
}