diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-26 00:01:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-26 00:01:54 +0000 |
commit | d71ff82e7019e91ae9f76af391e7f677d421e205 (patch) | |
tree | b28b78dd5619b59cd28d11f007543e69fbe4bf12 /libc/string/sparc/strrchr.c | |
parent | b11c2a4d0b7cf8095b93ae70fc187f0feadae5a1 (diff) |
import sparc-optimized string functions from glibc
Diffstat (limited to 'libc/string/sparc/strrchr.c')
-rw-r--r-- | libc/string/sparc/strrchr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/sparc/strrchr.c b/libc/string/sparc/strrchr.c new file mode 100644 index 000000000..ec608d6ab --- /dev/null +++ b/libc/string/sparc/strrchr.c @@ -0,0 +1 @@ +/* strrchr is in strchr.S */ |