diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-02 10:23:19 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-02 10:23:19 +0000 |
commit | 861ebf8542fb824b4e6455b1a9b42b2152c3ffe1 (patch) | |
tree | 47f72e2972a37cfe0eca391053f825642f54f396 /sys/arch/pmax | |
parent | de45897fc618bf179b76406aff0f4ed789b59529 (diff) |
add posix 1003b types (from NetBSD) - why everyone who does something
for nearly all ports always forgets the pmax ? :-)
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r-- | sys/arch/pmax/include/ansi.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |