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 /locale | |
parent | 8bedcb5f03c62bf6001396dafdd82fbd4da7c2db (diff) | |
download | glibc-1c6e6f2315b343cbac94c2dd798a6ebb80489a12.tar.gz glibc-1c6e6f2315b343cbac94c2dd798a6ebb80489a12.tar.xz glibc-1c6e6f2315b343cbac94c2dd798a6ebb80489a12.zip |
Remove some references to bcopy/bcmp/bzero.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/programs/simple-hash.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/locale/programs/simple-hash.c b/locale/programs/simple-hash.c index 3357483112..a4412f9787 100644 --- a/locale/programs/simple-hash.c +++ b/locale/programs/simple-hash.c @@ -42,10 +42,6 @@ # define BITSPERBYTE 8 #endif -#ifndef bcopy -# define bcopy(s, d, n) memcpy ((d), (s), (n)) -#endif - #define hashval_t uint32_t #include "hashval.h" |