From 394cced84b5b6400475f11d24804971d64fbb2e3 Mon Sep 17 00:00:00 2001 From: funshine Date: Sun, 15 Mar 2015 16:06:35 +0800 Subject: [PATCH] fix #273 --- app/libc/c_stdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/libc/c_stdio.c b/app/libc/c_stdio.c index 03e64581..a8e0956f 100644 --- a/app/libc/c_stdio.c +++ b/app/libc/c_stdio.c @@ -63,7 +63,7 @@ int c_stderr = 1001; #define ENDIAN_LITTLE 1234 #define ENDIAN_BIG 4321 #define ENDIAN_PDP 3412 -#define ENDIAN ENDIAN_BIG +#define ENDIAN ENDIAN_LITTLE /* $Id: strichr.c,v 1.1.1.1 2006/08/23 17:03:06 pefo Exp $ */