Skip to content

Commit

Permalink
fix compile error in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed May 17, 2024
1 parent 9bc1668 commit 915a2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/IORingUtils/Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public extension FileDescriptorRepresentable {
func getSize() throws -> Int {
var st = stat()

throwingGlobalErrno {
try Errno.throwingGlobalErrno {
fstat(fileDescriptor, &st)
}

Expand Down

0 comments on commit 915a2ea

Please sign in to comment.