summaryrefslogtreecommitdiff
path: root/soh/include/libc/stddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'soh/include/libc/stddef.h')
-rw-r--r--soh/include/libc/stddef.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/soh/include/libc/stddef.h b/soh/include/libc/stddef.h
index e5fbe2d22..8f57cf4f6 100644
--- a/soh/include/libc/stddef.h
+++ b/soh/include/libc/stddef.h
@@ -1,11 +1,13 @@
#ifndef STDDEF_H
#define STDDEF_H
-#ifndef __cplusplus
-#define NULL ((void*)0)
-#else
-#define NULL nullptr
-#endif
+#include <stddef.h>
+
+//#ifndef __cplusplus
+//#define NULL ((void*)0)
+//#else
+//#define NULL nullptr
+//#endif
#if 0
#define size_t unsigned long