From 846f27eebc6f012cfbc2864e192c98e0f0358c88 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 27 Jan 1987 16:51:19 +0000 Subject: [PATCH] Added some system V things --- include/_tail_cc/sys/types.h | 8 ++++++++ include/_tail_mon/sys/types.h | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/include/_tail_cc/sys/types.h b/include/_tail_cc/sys/types.h index c823fc1f8..a9e8a6390 100644 --- a/include/_tail_cc/sys/types.h +++ b/include/_tail_cc/sys/types.h @@ -26,3 +26,11 @@ typedef long time_t; typedef long label_t[14]; typedef short dev_t; typedef long off_t; + +/* system V compatibility: */ +typedef unsigned int uint; +typedef unsigned short ushort; +typedef unsigned char uchar_t; +typedef short cnt_t; +typedef long paddr_t; +typedef long key_t; diff --git a/include/_tail_mon/sys/types.h b/include/_tail_mon/sys/types.h index c823fc1f8..a9e8a6390 100644 --- a/include/_tail_mon/sys/types.h +++ b/include/_tail_mon/sys/types.h @@ -26,3 +26,11 @@ typedef long time_t; typedef long label_t[14]; typedef short dev_t; typedef long off_t; + +/* system V compatibility: */ +typedef unsigned int uint; +typedef unsigned short ushort; +typedef unsigned char uchar_t; +typedef short cnt_t; +typedef long paddr_t; +typedef long key_t; -- 2.34.1