ports/devel/libdispatch/patches/patch-src_internal_h

19 lines
605 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
backport of https://github.com/apple/swift-corelibs-libdispatch/pull/559
Index: src/internal.h
--- src/internal.h.orig
+++ src/internal.h
@@ -475,12 +475,10 @@ void _dispatch_bug_mach_client(const char *msg, mach_m
struct dispatch_unote_class_s;
-#if HAVE_MACH
DISPATCH_NOINLINE DISPATCH_COLD
void _dispatch_bug_kevent_client(const char *msg, const char *filter,
const char *operation, int err, uint64_t ident, uint64_t udata,
struct dispatch_unote_class_s *du);
-#endif // HAVE_MACH
DISPATCH_NOINLINE DISPATCH_COLD
void _dispatch_bug_kevent_vanished(struct dispatch_unote_class_s *du);