We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ee237f + 50bc637 commit 77299ecCopy full SHA for 77299ec
src/shims/linux_stubs.h
@@ -16,9 +16,6 @@
16
#ifndef __DISPATCH__STUBS__INTERNAL
17
#define __DISPATCH__STUBS__INTERNAL
18
19
-// marker for hacks we have made to make progress
20
-#define __LINUX_PORT_HDD__ 1
21
-
22
/*
23
* Stub out defines for some mach types and related macros
24
*/
tests/bsdtestharness.c
@@ -40,8 +40,8 @@
40
extern char **environ;
41
42
#ifdef __linux__
43
-// FIXME: LINUX_PORT_HDD
44
-// For initial bringup, don't use libdispatch to test libdispatch!
+// Linux lacks the DISPATCH_SOURCE_TYPE_PROC functionality
+// the real test harness needs.
45
#define SIMPLE_TEST_HARNESS 1
46
#else
47
#define SIMPLE_TEST_HARNESS 0
0 commit comments