Skip to content

Commit 9e802f9

Browse files
authored
Merge pull request #2639 from ahoppen/6.0/rename-stdio-errno
[6.0] Rename `errno.h` and `stdio.h` to `swiftsyntax_errno.h` and `swiftsyntax_stdio.h`
2 parents 3301d33 + dc05d1b commit 9e802f9

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module _SwiftSyntaxCShims {
2-
header "swiftsyntax/_includes.h"
3-
header "swiftsyntax/AtomicBool.h"
4-
header "swiftsyntax/errno.h"
5-
header "swiftsyntax/stdio.h"
2+
header "_includes.h"
3+
header "AtomicBool.h"
4+
header "swiftsyntax_errno.h"
5+
header "swiftsyntax_stdio.h"
66
export *
77
}

0 commit comments

Comments
 (0)