summaryrefslogtreecommitdiff
path: root/sys/arch/arc/include
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1997-04-20 20:46:46 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1997-04-20 20:46:46 +0000
commit0a0fd40d0818be603667303b0bb184d4f776134a (patch)
tree03e6e9da9ade2c4b05065896e8df1fa28bb8484f /sys/arch/arc/include
parentcafd8ee2af3c878e519fbe909ded96c00fca835a (diff)
Add new clock related types; from NetBSD
Diffstat (limited to 'sys/arch/arc/include')
-rw-r--r--sys/arch/arc/include/ansi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/arc/include/ansi.h b/sys/arch/arc/include/ansi.h
index a8ded390579..34e27a43dd1 100644
--- a/sys/arch/arc/include/ansi.h
+++ b/sys/arch/arc/include/ansi.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ansi.h,v 1.1 1996/06/24 09:07:17 pefo Exp $ */
+/* $OpenBSD: ansi.h,v 1.2 1997/04/20 20:46:40 tholo Exp $ */
/* $NetBSD: ansi.h,v 1.5 1994/10/26 21:09:33 cgd Exp $ */
/*-
@@ -54,6 +54,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