aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ia64/bzero.c
AgeCommit message (Collapse)Author
2022-02-23ia64: Remove bzero optimizationAdhemerval Zanella
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).