Skip to content

Commit 97139b6

Browse files
committed
removed redundant wchar_t declaration
1 parent 993b3c4 commit 97139b6

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/libc/include/stddef.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77

88
typedef __PTRDIFF_TYPE__ ptrdiff_t;
99

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-
1710
#if __STDC_VERSION__ >= 199901L || __cplusplus >= 201103L
1811
typedef struct {
1912
long long __max_align_ll __attribute__((__aligned__(__alignof__( long long))));

0 commit comments

Comments
 (0)