diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-08-10 00:14:13 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-08-10 00:14:13 +0000 |
commit | feb084f22778794a92454fc92b6b5029f49f5186 (patch) | |
tree | 52427bf3a635f1b224546d161738d4b773decd7b /sys/arch/powerpc | |
parent | d902bdca63e10bbbc210126bdd2c57a70ae7d33b (diff) |
Define wint_t on powerpc.
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/include/ansi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/ansi.h b/sys/arch/powerpc/include/ansi.h index f5d5d1f1df7..0fb5a29288a 100644 --- a/sys/arch/powerpc/include/ansi.h +++ b/sys/arch/powerpc/include/ansi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ansi.h,v 1.10 2003/06/02 23:27:53 millert Exp $ */ +/* $OpenBSD: ansi.h,v 1.11 2003/08/10 00:14:12 miod Exp $ */ /* $NetBSD: ansi.h,v 1.2 1996/11/15 22:38:57 jtc Exp $ */ /*- @@ -69,6 +69,7 @@ struct __va_list_tag; * 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 */ /* |