Skip to content

Commit 3312a62

Browse files
committed
Do not modify behavior of stdc-predef.h/features.h in glibc module
1 parent 0c5d925 commit 3312a62

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

stdlib/public/Platform/SwiftGlibc.h.gyb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
%{
22
headers = [
3-
# TODO: Do we really need these?
4-
# 'stdc-predef.h',
5-
# 'features.h',
3+
'stdc-predef.h',
4+
'features.h',
65

76
# C standard library
87
'complex.h',

0 commit comments

Comments
 (0)