mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
14 lines
238 B
Plaintext
14 lines
238 B
Plaintext
module LinuxSystemHeaders {
|
|
header "_auxvec.h"
|
|
header "_elf.h"
|
|
header "_errno.h"
|
|
header "_link.h"
|
|
header "_mman.h"
|
|
header "_ptrace.h"
|
|
header "_signal.h"
|
|
header "_uio.h"
|
|
header "_unistd.h"
|
|
header "_wait.h"
|
|
export *
|
|
}
|