diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-06-22 18:34:03 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-06-22 18:34:03 +0000 |
commit | f32bd593c426755a140556ed1b5230447e5da726 (patch) | |
tree | 281f06c98f1f5408d8bf239ab722ff32e51994f9 /firmware/libc/strrchr.c | |
parent | be66e4d64269176848d4f82d95596745dc17679c (diff) | |
download | rockbox-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.c | 1 |
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 | ||
38 | char * | 39 | char * |
39 | _DEFUN (strrchr, (s, i), | 40 | _DEFUN (strrchr, (s, i), |