glibc/sysdeps/ia64/bzero.c

4 lines
92 B
C

/* ia64 does not export __bzero symbol. */
#define __bzero bzero
#include <string/bzero.c>