Add new clock related types; from NetBSD
authortholo <tholo@openbsd.org>
Sun, 20 Apr 1997 20:46:40 +0000 (20:46 +0000)
committertholo <tholo@openbsd.org>
Sun, 20 Apr 1997 20:46:40 +0000 (20:46 +0000)
sys/arch/arc/include/ansi.h
sys/arch/arm32/include/ansi.h
sys/arch/i386/include/ansi.h
sys/arch/mvme88k/include/ansi.h
sys/arch/pc532/include/ansi.h
sys/arch/sparc/include/ansi.h

index b063d50..34e27a4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ansi.h,v 1.1.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
index 5743081..f90de34 100644 (file)
@@ -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
index a0998d5..4ae5ae2 100644 (file)
@@ -1,5 +1,5 @@
-/*     $OpenBSD: ansi.h,v 1.3 1996/04/18 19:21:31 niklas Exp $ */
-/*     $NetBSD: ansi.h,v 1.6 1996/03/16 01:31:50 jtc Exp $     */
+/*     $OpenBSD: ansi.h,v 1.4 1997/04/20 20:46:42 tholo Exp $  */
+/*     $NetBSD: ansi.h,v 1.7 1996/11/15 22:38:50 jtc Exp $     */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -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
index a1d9d66..0087020 100644 (file)
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)ansi.h        8.2 (Berkeley) 1/4/94
- *      $Id: ansi.h,v 1.3 1997/03/03 20:20:43 rahnds Exp $
+ *      $Id: ansi.h,v 1.4 1997/04/20 20:46:43 tholo Exp $
  */
 
 #ifndef        _ANSI_H_
@@ -51,6 +51,8 @@
 #define        _BSD_SIZE_T_    unsigned int            /* sizeof() */
 #define        _BSD_SSIZE_T_   int                     /* byte count or error */
 #define        _BSD_TIME_T_    long                    /* time() */
+#define        _BSD_CLOCKID_T_ int
+#define        _BSD_TIMER_T_   int
 
 #include "va-m88k.h"
 
index 4251db0..8042e32 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: ansi.h,v 1.6 1994/10/26 08:24:21 cgd Exp $     */
+/*     $NetBSD: ansi.h,v 1.8 1996/11/15 22:38:56 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
@@ -69,6 +71,7 @@
  * defined for ctype.h.
  */
 #define        _BSD_WCHAR_T_   int                     /* wchar_t */
+#define _BSD_WINT_T_   int                     /* wint_t */
 #define        _BSD_RUNE_T_    int                     /* rune_t */
 
 #endif /* _ANSI_H_ */
index a74e468..d4673e7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: ansi.h,v 1.5 1996/03/31 22:21:21 pk Exp $ */
+/*     $NetBSD: ansi.h,v 1.6 1996/11/15 22:38:59 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