mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
c2fa5b5a4f
1999-07-09 Cristian Gafton <gafton@redhat.com> * nscd/nscd_gethst_r.c (nscd_gethst_r): Make sure resultbuf->h_addr_list addresses are correctly aligned. * sysdeps/i386/bits/string.h (__memcpy_c): Help some stupid old compilers. (__memset_cc): Likewise.
28 lines
354 B
Plaintext
28 lines
354 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# e*
|
|
endgrent;
|
|
|
|
# f*
|
|
fgetgrent; fgetgrent_r;
|
|
|
|
# g*
|
|
getgrent; getgrent_r; getgrgid; getgrgid_r; getgrnam; getgrnam_r;
|
|
getgroups;
|
|
|
|
# i*
|
|
initgroups;
|
|
|
|
# s*
|
|
setgrent; setgroups;
|
|
}
|
|
GLIBC_2.1 {
|
|
# p*
|
|
putgrent;
|
|
}
|
|
GLIBC_2.1.2 {
|
|
# g*
|
|
getgrent_r; getgrgid_r; getgrnam_r;
|
|
}
|
|
}
|