glibc/sysdeps/sparc/sparc64/rtld-memset.c

5 lines
89 B
C

#include <string/memset.c>
#if IS_IN(rtld)
strong_alias (memset, __memset_ultra1)
#endif