This commit is contained in:
lizzie
2026-08-28 16:50:27 +00:00
parent 6c0e5cda14
commit abf96fa96c
6 changed files with 21 additions and 9 deletions
+1 -1
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