summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/ansi.h
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1998-01-08 00:27:34 +0000
committeralex <alex@FreeBSD.org>1998-01-08 00:27:34 +0000
commit6734c6448e85c13b81bb87a6069a04da403892ff (patch)
treeda2924ad70562445e7c21ed3217313ff8f134a4c /sys/i386/include/ansi.h
parent0ff0dd536e5e01a184b9933d4f9909c353a533da (diff)
downloadFreeBSD-src-6734c6448e85c13b81bb87a6069a04da403892ff.zip
FreeBSD-src-6734c6448e85c13b81bb87a6069a04da403892ff.tar.gz
Define integer types added by POSIX.1g. We already had int8_t, int16_t,
and int32_t -- this adds their unsigned counterparts uint8_t, uint16_t, and uint32_t. Bruce has noted that C9x also defines these types (in a different file), so this may have to be revisited with some ifdefs at a later date. Reviewed by: bde
Diffstat (limited to 'sys/i386/include/ansi.h')
-rw-r--r--sys/i386/include/ansi.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/include/ansi.h b/sys/i386/include/ansi.h
index 964955f..cf51319 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: ansi.h,v 1.12 1997/02/22 09:33:53 peter Exp $
+ * $Id: ansi.h,v 1.13 1997/05/08 13:45:43 peter Exp $
*/
#ifndef _MACHINE_ANSI_H_
@@ -55,6 +55,9 @@
#define _BSD_WCHAR_T_ _BSD_CT_RUNE_T_ /* wchar_t (see below) */
#define _BSD_CLOCKID_T_ int
#define _BSD_TIMER_T_ int
+#define _BSD_UINT8_T_ unsigned char
+#define _BSD_UINT16_T_ unsigned short
+#define _BSD_UINT32_T_ unsigned int
/*
* Types which are fundamental to the implementation and must be used
OpenPOWER on IntegriCloud