Skip to content

Commit 2e42b28

Browse files
committed
undo explicit Darwin reference
1 parent 0b5d0c3 commit 2e42b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ExampleSwiftLibrary/MySwiftLibrary.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ public class MySwiftClass {
8080

8181
private func p(_ msg: String, file: String = #fileID, line: UInt = #line, function: String = #function) {
8282
print("[swift][\(file):\(line)](\(function)) \(msg)")
83-
fflush(Darwin.stdout)
83+
fflush(stdout)
8484
}

0 commit comments

Comments
 (0)