swiftlang / swift-corelibs-libdispatch

The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware
swift.org
Apache License 2.0
2.47k stars 460 forks source link

Changes for Musl compatibility #815

Closed al45tair closed 7 months ago

al45tair commented 8 months ago

We should be using <poll.h> and not <sys/poll.h>, and also we need a way to override the Swift library subdirectory name, rather than assuming we can always derive it by lowercasing CMAKE_SYSTEM_NAME.

rdar://123380262

al45tair commented 8 months ago

@swift-ci Please test

al45tair commented 8 months ago

@swift-ci Please test Windows platform