summaryrefslogtreecommitdiff
path: root/firmware/libc/memcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/libc/memcmp.c')
-rw-r--r--firmware/libc/memcmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/libc/memcmp.c b/firmware/libc/memcmp.c
index 1535fcf5b5..c2fa1bf6b7 100644
--- a/firmware/libc/memcmp.c
+++ b/firmware/libc/memcmp.c
@@ -37,7 +37,7 @@ QUICKREF
37*/ 37*/
38 38
39#include <string.h> 39#include <string.h>
40 40#include "_ansi.h" /* for _DEFUN */
41 41
42/* Nonzero if either X or Y is not aligned on a "long" boundary. */ 42/* Nonzero if either X or Y is not aligned on a "long" boundary. */
43#define UNALIGNED(X, Y) \ 43#define UNALIGNED(X, Y) \