Files
swift-mirror/stdlib/public/Backtracing/modules/OS/OS.modulemap
Alastair Houghton 293842a9d0 [Backtracing] Update module maps.
Now that Darwin is provided by the system, we no longer need to disable the
system module maps in favour of our own, which also resolves a few other
problems that doing that was creating.

rdar://137201928
2024-12-12 15:58:40 +00:00

14 lines
148 B
Plaintext

module OS {
module Darwin {
header "Darwin.h"
}
module Linux {
header "Linux.h"
}
module Windows {
header "Windows.h"
}
}