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.
32 lines
336 B
Plaintext
32 lines
336 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# e*
|
|
endspent;
|
|
|
|
# f*
|
|
fgetspent; fgetspent_r;
|
|
|
|
# g*
|
|
getspent; getspent_r; getspnam; getspnam_r;
|
|
|
|
# l*
|
|
lckpwdf;
|
|
|
|
# p*
|
|
putspent;
|
|
|
|
# s*
|
|
setspent;
|
|
|
|
# s*
|
|
sgetspent; sgetspent_r;
|
|
|
|
# u*
|
|
ulckpwdf;
|
|
}
|
|
GLIBC_2.1.2 {
|
|
# g*
|
|
getspent_r; getspnam_r;
|
|
}
|
|
}
|