|
9 | 9 | #define __BYTE_ORDER 1234
|
10 | 10 | #define __LONG_MAX __LONG_MAX__
|
11 | 11 |
|
12 |
| -#if defined(__NEED_va_list) && !defined(__DEFINED_va_list) |
13 |
| -typedef __builtin_va_list va_list; |
14 |
| -#define __DEFINED_va_list |
15 |
| -#endif |
16 |
| - |
17 |
| -#if defined(__NEED___isoc_va_list) && !defined(__DEFINED___isoc_va_list) |
18 |
| -typedef __builtin_va_list __isoc_va_list; |
19 |
| -#define __DEFINED___isoc_va_list |
20 |
| -#endif |
21 |
| - |
22 |
| - |
23 | 12 | #ifndef __cplusplus
|
24 | 13 | #ifdef __WCHAR_TYPE__
|
25 | 14 | #if defined(__NEED_wchar_t) && !defined(__DEFINED_wchar_t)
|
@@ -134,36 +123,6 @@ typedef struct { union { int __i[10]; volatile int __vi[10]; unsigned long __s[1
|
134 | 123 | #define __DEFINED_pthread_attr_t
|
135 | 124 | #endif
|
136 | 125 |
|
137 |
| -#if defined(__NEED_pthread_mutex_t) && !defined(__DEFINED_pthread_mutex_t) |
138 |
| -typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t; |
139 |
| -#define __DEFINED_pthread_mutex_t |
140 |
| -#endif |
141 |
| - |
142 |
| -#if defined(__NEED_mtx_t) && !defined(__DEFINED_mtx_t) |
143 |
| -typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t; |
144 |
| -#define __DEFINED_mtx_t |
145 |
| -#endif |
146 |
| - |
147 |
| -#if defined(__NEED_pthread_cond_t) && !defined(__DEFINED_pthread_cond_t) |
148 |
| -typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t; |
149 |
| -#define __DEFINED_pthread_cond_t |
150 |
| -#endif |
151 |
| - |
152 |
| -#if defined(__NEED_cnd_t) && !defined(__DEFINED_cnd_t) |
153 |
| -typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t; |
154 |
| -#define __DEFINED_cnd_t |
155 |
| -#endif |
156 |
| - |
157 |
| -#if defined(__NEED_pthread_rwlock_t) && !defined(__DEFINED_pthread_rwlock_t) |
158 |
| -typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t; |
159 |
| -#define __DEFINED_pthread_rwlock_t |
160 |
| -#endif |
161 |
| - |
162 |
| -#if defined(__NEED_pthread_barrier_t) && !defined(__DEFINED_pthread_barrier_t) |
163 |
| -typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t; |
164 |
| -#define __DEFINED_pthread_barrier_t |
165 |
| -#endif |
166 |
| - |
167 | 126 | #define __LITTLE_ENDIAN 1234
|
168 | 127 | #define __BIG_ENDIAN 4321
|
169 | 128 | #define __USE_TIME_BITS64 1
|
|
0 commit comments