mirror of https://github.com/mirror/busybox.git
Use char for smallint on CRIS as well.
parent
1a250d9f32
commit
f8384fa50c
|
@ -224,7 +224,7 @@ extern int sysinfo(struct sysinfo* info);
|
|||
|
||||
|
||||
/* Size-saving "small" ints (arch-dependent) */
|
||||
#if defined(i386) || defined(__x86_64__) || defined(__mips__)
|
||||
#if defined(i386) || defined(__x86_64__) || defined(__mips__) || defined(__cris__)
|
||||
/* add other arches which benefit from this... */
|
||||
typedef signed char smallint;
|
||||
typedef unsigned char smalluint;
|
||||
|
|
Loading…
Reference in New Issue