aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index f0b248b4c..2d49289e4 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -224,7 +224,7 @@ extern int sysinfo(struct sysinfo* info);
224 224
225 225
226/* Size-saving "small" ints (arch-dependent) */ 226/* Size-saving "small" ints (arch-dependent) */
227#if defined(i386) || defined(__x86_64__) || defined(__mips__) 227#if defined(i386) || defined(__x86_64__) || defined(__mips__) || defined(__cris__)
228/* add other arches which benefit from this... */ 228/* add other arches which benefit from this... */
229typedef signed char smallint; 229typedef signed char smallint;
230typedef unsigned char smalluint; 230typedef unsigned char smalluint;