We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993b3c4 commit 97139b6Copy full SHA for 97139b6
1 file changed
src/libc/include/stddef.h
@@ -7,13 +7,6 @@
7
8
typedef __PTRDIFF_TYPE__ ptrdiff_t;
9
10
-#ifndef _WCHAR_T_DEFINED
11
-#define _WCHAR_T_DEFINED
12
-#ifndef __cplusplus
13
-typedef __WCHAR_TYPE__ wchar_t;
14
-#endif /* __cplusplus */
15
-#endif /* _WCHAR_T_DEFINED */
16
-
17
#if __STDC_VERSION__ >= 199901L || __cplusplus >= 201103L
18
typedef struct {
19
long long __max_align_ll __attribute__((__aligned__(__alignof__( long long))));
0 commit comments