Files
swift-mirror/tools/swift-inspect/Sources/SwiftInspectLinux/SystemHeaders/module.modulemap
2024-12-03 14:47:16 -08:00

8 lines
113 B
Plaintext

module LinuxSystemHeaders {
header "auxvec.h"
header "elf.h"
header "link.h"
header "uio.h"
export *
}