about summary refs log tree commit diff
path: root/sysdeps/ia64/bzero.c
Commit message (Collapse)AuthorAgeFilesLines
* ia64: Remove bzero optimizationAdhemerval Zanella2022-02-231-0/+3
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).