summaryrefslogtreecommitdiff
path: root/firmware/libc/strrchr.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-06-22 18:34:03 +0000
committerThomas Martitz <kugel@rockbox.org>2010-06-22 18:34:03 +0000
commitf32bd593c426755a140556ed1b5230447e5da726 (patch)
tree281f06c98f1f5408d8bf239ab722ff32e51994f9 /firmware/libc/strrchr.c
parentbe66e4d64269176848d4f82d95596745dc17679c (diff)
downloadrockbox-f32bd593c426755a140556ed1b5230447e5da726.tar.gz
rockbox-f32bd593c426755a140556ed1b5230447e5da726.zip
Add an advanced build option to force compiling and linking our reduced C library (probably useful for the sim).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27059 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/libc/strrchr.c')
-rw-r--r--firmware/libc/strrchr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/libc/strrchr.c b/firmware/libc/strrchr.c
index 31b0d049b3..0489edd499 100644
--- a/firmware/libc/strrchr.c
+++ b/firmware/libc/strrchr.c
@@ -34,6 +34,7 @@ QUICKREF
34*/ 34*/
35 35
36#include <string.h> 36#include <string.h>
37#include "_ansi.h" /* for _DEFUN */
37 38
38char * 39char *
39_DEFUN (strrchr, (s, i), 40_DEFUN (strrchr, (s, i),