This commit is contained in:
lizzie 2026-05-19 08:00:31 +00:00
parent 9c1afc77a1
commit 9b6915c0b2
7 changed files with 31 additions and 19 deletions

View file

@ -7,7 +7,7 @@ index 6669216..86a2faa 100644
#endif
-#if !defined(HAS_SOCKLEN_T) && !defined(__socklen_t_defined)
+#if !defined(_LIBCPP_HAS_MUSL_LIBC) && !defined(HAS_SOCKLEN_T) && !defined(__socklen_t_defined)
+#if !defined(__OPENORBIS__) && !defined(HAS_SOCKLEN_T) && !defined(__socklen_t_defined)
typedef int socklen_t;
#endif