make _PATH_STDPATH include *everything*
[unix-history] / usr / src / include / stddef.h
index 1e6b314..27d7d72 100644 (file)
@@ -4,23 +4,24 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)stddef.h    5.1 (Berkeley) %G%
+ *     @(#)stddef.h    5.6 (Berkeley) %G%
  */
 
 #ifndef _STDDEF_H_
 #define _STDDEF_H_
  */
 
 #ifndef _STDDEF_H_
 #define _STDDEF_H_
-#include <machine/x3j11.h>
 
 
-typedef        _PTRDIFF_T_     ptrdiff_t;
+#include <machine/ansi.h>
 
 
-#ifdef _SIZE_T_
-typedef        _SIZE_T_        size_t;
-#undef _SIZE_T_
+typedef        _BSD_PTRDIFF_T_ ptrdiff_t;
+
+#ifdef _BSD_SIZE_T_
+typedef        _BSD_SIZE_T_    size_t;
+#undef _BSD_SIZE_T_
 #endif
 
 #endif
 
-#ifdef _WCHAR_T_
-typedef        _WCHAR_T_       wchar_t;
-#undef _WCHAR_T_
+#ifdef _BSD_WCHAR_T_
+typedef        _BSD_WCHAR_T_   wchar_t;
+#undef _BSD_WCHAR_T_
 #endif
 
 #ifndef        NULL
 #endif
 
 #ifndef        NULL