From d1504c9997dd50f923f60947ed66835331362871 Mon Sep 17 00:00:00 2001 From: graichen Date: Fri, 2 May 1997 10:23:18 +0000 Subject: [PATCH] add posix 1003b types (from NetBSD) - why everyone who does something for nearly all ports always forgets the pmax ? :-) --- sys/arch/pmax/include/ansi.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/arch/pmax/include/ansi.h b/sys/arch/pmax/include/ansi.h index d60ce969212..b2a3aae4e07 100644 --- a/sys/arch/pmax/include/ansi.h +++ b/sys/arch/pmax/include/ansi.h @@ -53,6 +53,8 @@ #define _BSD_SSIZE_T_ int /* byte count or error */ #define _BSD_TIME_T_ long /* time() */ #define _BSD_VA_LIST_ char * /* va_list */ +#define _BSD_CLOCKID_T_ int +#define _BSD_TIMER_T_ int /* * Runes (wchar_t) is declared to be an ``int'' instead of the more natural -- 2.20.1