Skip to content

Commit b9d290d

Browse files
lorenteymilseman
authored andcommitted
Add missing @_implementationOnly attribute
1 parent 0734450 commit b9d290d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/System/Internals/Exports.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
See https://swift.org/LICENSE.txt for license information
88
*/
99

10-
import CSystem
10+
@_implementationOnly import CSystem
1111

1212
// Internal wrappers and typedefs which help reduce #if littering in System's
1313
// code base.

0 commit comments

Comments
 (0)