We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede7539 commit 42b5423Copy full SHA for 42b5423
1 file changed
utils/fake_libc_include/_fake_typedefs.h
@@ -171,6 +171,13 @@ typedef struct xcb_connection_t xcb_connection_t;
171
typedef uint32_t xcb_window_t;
172
typedef uint32_t xcb_visualid_t;
173
174
+/* dirent typedef */
175
+typedef void* DIR;
176
+
177
+/* socket typedefs */
178
+typedef __uint32_t __socklen_t;
179
+typedef __socklen_t socklen_t;
180
181
/* C11 stdatomic.h types */
182
typedef _Atomic(_Bool) atomic_bool;
183
typedef _Atomic(char) atomic_char;
0 commit comments