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.
20 lines
266 B
Plaintext
20 lines
266 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# e*
|
|
endpwent;
|
|
|
|
# f*
|
|
fgetpwent; fgetpwent_r;
|
|
|
|
# g*
|
|
getpw; getpwent; getpwent_r; getpwnam; getpwnam_r; getpwuid; getpwuid_r;
|
|
|
|
# p*
|
|
putpwent; setpwent;
|
|
}
|
|
GLIBC_2.1.2 {
|
|
# g*
|
|
getpwent_r; getpwuid_r;
|
|
}
|
|
}
|