libdispatch-6.1

This commit is contained in:
uglyside
2025-04-05 11:48:42 +03:00
parent 140ac1bfe8
commit 6fca27f18f
4 changed files with 24 additions and 43 deletions
@@ -1,11 +0,0 @@
--- tests/dispatch_test.c.orig
+++ tests/dispatch_test.c
@@ -30,7 +30,7 @@
#include <stdio.h>
#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
#include <unistd.h>
-#if __has_include(<sys/event.h>)
+#if __has_include(<sys/event.h>) && !defined(__linux__)
#define HAS_SYS_EVENT_H 1
#include <sys/event.h>
#else