aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/_types.h')
-rw-r--r--sys/powerpc/include/_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/powerpc/include/_types.h b/sys/powerpc/include/_types.h
index 8c09ae741f53..55ec0617318a 100644
--- a/sys/powerpc/include/_types.h
+++ b/sys/powerpc/include/_types.h
@@ -133,6 +133,10 @@ typedef __uint32_t __vm_size_t;
#endif
typedef __int64_t __vm_ooffset_t;
typedef __uint64_t __vm_pindex_t;
+typedef int __wchar_t;
+
+#define __WCHAR_MIN __INT_MIN /* min value for a wchar_t */
+#define __WCHAR_MAX __INT_MAX /* max value for a wchar_t */
/*
* Unusual type definitions.