mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 01:21:06 +00:00
c0d215f162
The symbol is not present current POSIX specification and compiler already generates memset call. The arch specific implementation is just to avoid the __bzero symbol creation (which ia64 abi does not export).
4 lines
92 B
C
4 lines
92 B
C
/* ia64 does not export __bzero symbol. */
|
|
#define __bzero bzero
|
|
#include <string/bzero.c>
|