Skip to content

Commit 061d5fd

Browse files
authored
Merge pull request swiftlang#2638 from ahoppen/rename-stdio-errno
Rename `errno.h` and `stdio.h` to `swiftsyntax_errno.h` and `swiftsyntax_stdio.h`
2 parents 27b74ed + c078fe8 commit 061d5fd

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)