projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a250d9
)
Use char for smallint on CRIS as well.
author
Peter Kjellerstedt
<peter.kjellerstedt@axis.com>
Thu, 18 Jan 2007 10:26:07 +0000
(10:26 -0000)
committer
Peter Kjellerstedt
<peter.kjellerstedt@axis.com>
Thu, 18 Jan 2007 10:26:07 +0000
(10:26 -0000)
include/libbb.h
patch
|
blob
|
history
diff --git
a/include/libbb.h
b/include/libbb.h
index f0b248b4c60c7a68a26c93a92755928b0d5479c4..2d49289e4a0c0b52b4afcf4d7a5298b9dc5194bf 100644
(file)
--- a/
include/libbb.h
+++ b/
include/libbb.h
@@
-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;