patch-2.3.23 linux/include/asm-sh/types.h

Next file: linux/include/asm-sh/uaccess.h
Previous file: linux/include/asm-sh/termios.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.22/linux/include/asm-sh/types.h linux/include/asm-sh/types.h
@@ -27,16 +27,16 @@
  */
 #ifdef __KERNEL__
 
-typedef signed char s8;
+typedef __signed__ char s8;
 typedef unsigned char u8;
 
-typedef signed short s16;
+typedef __signed__ short s16;
 typedef unsigned short u16;
 
-typedef signed int s32;
+typedef __signed__ int s32;
 typedef unsigned int u32;
 
-typedef signed long long s64;
+typedef __signed__ long long s64;
 typedef unsigned long long u64;
 
 #define BITS_PER_LONG 32

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)