Skip to content

Commit 77299ec

Browse files
authored
Merge pull request swiftlang#107 from dgrove-oss/cleanup-hdd-remnants
cleanup: remove LINUX_PORT_HDD remnants from initial porting work
2 parents 5ee237f + 50bc637 commit 77299ec

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/shims/linux_stubs.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
#ifndef __DISPATCH__STUBS__INTERNAL
1717
#define __DISPATCH__STUBS__INTERNAL
1818

19-
// marker for hacks we have made to make progress
20-
#define __LINUX_PORT_HDD__ 1
21-
2219
/*
2320
* Stub out defines for some mach types and related macros
2421
*/

tests/bsdtestharness.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
extern char **environ;
4141

4242
#ifdef __linux__
43-
// FIXME: LINUX_PORT_HDD
44-
// For initial bringup, don't use libdispatch to test libdispatch!
43+
// Linux lacks the DISPATCH_SOURCE_TYPE_PROC functionality
44+
// the real test harness needs.
4545
#define SIMPLE_TEST_HARNESS 1
4646
#else
4747
#define SIMPLE_TEST_HARNESS 0

0 commit comments

Comments
 (0)