diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-04-20 20:46:46 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-04-20 20:46:46 +0000 |
commit | 0a0fd40d0818be603667303b0bb184d4f776134a (patch) | |
tree | 03e6e9da9ade2c4b05065896e8df1fa28bb8484f /sys/arch/arm32 | |
parent | cafd8ee2af3c878e519fbe909ded96c00fca835a (diff) |
Add new clock related types; from NetBSD
Diffstat (limited to 'sys/arch/arm32')
-rw-r--r-- | sys/arch/arm32/include/ansi.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/arm32/include/ansi.h b/sys/arch/arm32/include/ansi.h index 5743081cacd..f90de344ed5 100644 --- a/sys/arch/arm32/include/ansi.h +++ b/sys/arch/arm32/include/ansi.h @@ -1,4 +1,4 @@ -/* $NetBSD: ansi.h,v 1.3 1996/03/16 01:31:48 jtc Exp $ */ +/* $NetBSD: ansi.h,v 1.4 1996/11/15 22:38:49 jtc Exp $ */ /* * Copyright (c) 1990, 1993 @@ -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 |