aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-05-24 19:29:15 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-05-24 19:29:15 +0000
commit640f0e5d3c9057c5c6b1d4101ef2bee31ed2ad86 (patch)
treea3642fab308f1a47fa7c2052d89181672bce12b6 /include
parent0c416cfcd1ae33e06a25ea83d896d4c3339e84f2 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/stddef.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/stddef.h b/include/stddef.h
index 786c073e5e374..feeebc90f784c 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