mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
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).
3 lines
92 B
C
3 lines
92 B
C
/* ia64 does not export __bzero symbol. */
|
|
#define __bzero bzero
|
|
#include <string/bzero.c>
|