You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
325 B
13 lines
325 B
diff --git a/unix.c b/unix.c
|
|
index 6669216..86a2faa 100644
|
|
--- a/unix.c
|
|
+++ b/unix.c
|
|
@@ -53,7 +53,7 @@
|
|
#include <poll.h>
|
|
#endif
|
|
|
|
-#if !defined(HAS_SOCKLEN_T) && !defined(__socklen_t_defined)
|
|
+#if !defined(_LIBCPP_HAS_MUSL_LIBC) && !defined(HAS_SOCKLEN_T) && !defined(__socklen_t_defined)
|
|
typedef int socklen_t;
|
|
#endif
|
|
|