summaryrefslogtreecommitdiffstats
path: root/include/stddef.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-05-24 19:29:15 +0000
committerobrien <obrien@FreeBSD.org>2001-05-24 19:29:15 +0000
commitc2dacad2c36d8a679df00b0bb14a54db7b7b918c (patch)
treec8962615d6358064f6b06ec6f3a737429278226d /include/stddef.h
parent231a69bf66c0fe507041de59289b6034417e0c75 (diff)
downloadFreeBSD-src-c2dacad2c36d8a679df00b0bb14a54db7b7b918c.zip
FreeBSD-src-c2dacad2c36d8a679df00b0bb14a54db7b7b918c.tar.gz
Back out rev 1.4 (wint_t and mbstate_t) as I am tired of the complaints.
The STLport will probably become broken again, but I'll work on fixing it later. I wish someone would explain why the NetBSD Cirtus branch has the types in their stddef.h... Requested by: bde, ru PR: 27606 Submitted by: Naohiko Tsuji <yakisoba@f2.dion.ne.jp>
Diffstat (limited to 'include/stddef.h')
-rw-r--r--include/stddef.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/stddef.h b/include/stddef.h
index 786c073..feeebc9 100644
--- a/include/stddef.h
+++ b/include/stddef.h
@@ -40,11 +40,6 @@
#include <machine/ansi.h>
-#ifdef _BSD_MBSTATE_T_
-typedef _BSD_MBSTATE_T_ mbstate_t;
-#undef _BSD_MBSTATE_T_
-#endif
-
typedef _BSD_PTRDIFF_T_ ptrdiff_t;
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
@@ -64,11 +59,6 @@ typedef _BSD_WCHAR_T_ wchar_t;
#undef _BSD_WCHAR_T_
#endif
-#ifdef _BSD_WINT_T_
-typedef _BSD_WINT_T_ wint_t;
-#undef _BSD_WINT_T_
-#endif
-
#ifndef NULL
#define NULL 0
#endif
OpenPOWER on IntegriCloud