|
@@ -1109,11 +1109,11 @@ __END_DECLS
|
|
|
|
|
|
|
|
|
#ifdef UCLIBC_INTERNAL
|
|
|
-#ifndef smallint /* if arch didn't override it in bits/wordsize.h */
|
|
|
-typedef int smallint;
|
|
|
-typedef unsigned smalluint;
|
|
|
-#define smallint smallint
|
|
|
+#ifndef smallint_type /* if arch didn't override it in bits/wordsize.h */
|
|
|
+#define smallint_type int
|
|
|
#endif
|
|
|
+typedef signed smallint_type smallint;
|
|
|
+typedef unsigned smallint_type smalluint;
|
|
|
#endif
|
|
|
|
|
|
|