diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-01-13 11:12:55 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-01-13 11:12:55 -0800 |
commit | 1c6e6f2315b343cbac94c2dd798a6ebb80489a12 (patch) | |
tree | 851756d9425469dfce159d7bb1a30bee0283816d /ChangeLog | |
parent | 8bedcb5f03c62bf6001396dafdd82fbd4da7c2db (diff) | |
download | glibc-1c6e6f2315b343cbac94c2dd798a6ebb80489a12.zip glibc-1c6e6f2315b343cbac94c2dd798a6ebb80489a12.tar.gz glibc-1c6e6f2315b343cbac94c2dd798a6ebb80489a12.tar.bz2 |
Remove some references to bcopy/bcmp/bzero.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2015-01-13 Roland McGrath <roland@hack.frob.com> + + * login/logout.c (logout): Use memset rather than bzero. + * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise. + * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise. + * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp. + (_gethtbyaddr): Likewise. + * locale/programs/simple-hash.c (bcopy): Macro removed. + 2015-01-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: |