summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/ansi.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-05-08 13:45:43 +0000
committerpeter <peter@FreeBSD.org>1997-05-08 13:45:43 +0000
commitcb9f8cce7903ec368e661c17f6a17cfafb0b8707 (patch)
tree76e39951ddd2ae7ba9c9b7f9cc66a3de122e0d9a /sys/i386/include/ansi.h
parent1bc0c43ad307f5049813b34f068245ba646728f1 (diff)
downloadFreeBSD-src-cb9f8cce7903ec368e661c17f6a17cfafb0b8707.zip
FreeBSD-src-cb9f8cce7903ec368e661c17f6a17cfafb0b8707.tar.gz
Add _BSD_CLOCKID_T_ and _BSD_TIMER_T_ for posix clock/timer support
Obtained from: NetBSD
Diffstat (limited to 'sys/i386/include/ansi.h')
-rw-r--r--sys/i386/include/ansi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/include/ansi.h b/sys/i386/include/ansi.h
index 421cc76..964955f 100644
--- a/sys/i386/include/ansi.h
+++ b/sys/i386/include/ansi.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ansi.h 8.2 (Berkeley) 1/4/94
- * $Id$
+ * $Id: ansi.h,v 1.12 1997/02/22 09:33:53 peter Exp $
*/
#ifndef _MACHINE_ANSI_H_
@@ -53,6 +53,8 @@
#define _BSD_SSIZE_T_ int /* byte count or error */
#define _BSD_TIME_T_ long /* time() */
#define _BSD_WCHAR_T_ _BSD_CT_RUNE_T_ /* wchar_t (see below) */
+#define _BSD_CLOCKID_T_ int
+#define _BSD_TIMER_T_ int
/*
* Types which are fundamental to the implementation and must be used
OpenPOWER on IntegriCloud