summaryrefslogtreecommitdiff
path: root/firmware/libc/strncmp.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/strncmp.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/strncmp.c')
-rw-r--r--firmware/libc/strncmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/libc/strncmp.c b/firmware/libc/strncmp.c
index b1d8d9d43a..315fae810a 100644
--- a/firmware/libc/strncmp.c
+++ b/firmware/libc/strncmp.c
@@ -38,6 +38,7 @@ QUICKREF
38 38
39#include <string.h> 39#include <string.h>
40#include <limits.h> 40#include <limits.h>
41#include "_ansi.h" /* for _DEFUN */
41 42
42/* Nonzero if either X or Y is not aligned on a "long" boundary. */ 43/* Nonzero if either X or Y is not aligned on a "long" boundary. */
43#define UNALIGNED(X, Y) \ 44#define UNALIGNED(X, Y) \