From 70c7a9eb07516843da083b6231d55a07d28b9350 Mon Sep 17 00:00:00 2001 From: qwx Date: Sat, 12 May 2018 19:19:52 +0200 Subject: add signed fixed size integer typedefs --- sparc/include/u.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sparc') diff --git a/sparc/include/u.h b/sparc/include/u.h index 3fce8ec51..92e8d0cea 100644 --- a/sparc/include/u.h +++ b/sparc/include/u.h @@ -20,6 +20,10 @@ typedef unsigned char u8int; typedef unsigned short u16int; typedef unsigned int u32int; typedef unsigned long long u64int; +typedef signed char s8int; +typedef signed short s16int; +typedef signed int s32int; +typedef signed long long s64int; /* FCR */ #define FPINEX (1<<23) -- cgit v1.2.3