milestone1
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
diff --git a/include/stddef.h b/include/stddef.h
|
||||
index 334267f4..beefde5e 100644
|
||||
--- a/include/stddef.h
|
||||
+++ b/include/stddef.h
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef _STDDEF_H
|
||||
#define _STDDEF_H
|
||||
-#include <stdint.h>
|
||||
|
||||
#define NULL 0
|
||||
|
||||
@@ -11,6 +10,8 @@ typedef __PTRDIFF_TYPE__ ptrdiff_t;
|
||||
|
||||
typedef long unsigned int size_t;
|
||||
|
||||
+#include <stdint.h>
|
||||
+
|
||||
typedef struct { long long __ll; long double __ld; } max_align_t;
|
||||
|
||||
#define offsetof(type, member) __builtin_offsetof(type, member)
|
||||
Reference in New Issue
Block a user