Skip to content

Commit 90c21f5

Browse files
committed
Add missing glibc import
1 parent c9df1d1 commit 90c21f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/Foundation/Process.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ import Darwin
2020
import WinSDK
2121
#endif
2222

23+
#if canImport(Glibc)
24+
@_implementationOnly import Glibc
25+
#endif
26+
2327
extension Process {
2428
public enum TerminationReason : Int {
2529
case exit

0 commit comments

Comments
 (0)