Skip to content

Commit

Permalink
std/time: minor optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Nov 21, 2024
1 parent b2a8f9b commit 02b8c28
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 182 deletions.
2 changes: 1 addition & 1 deletion std/time/sys_windows.jule
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ fn preadn(fd: uintptr, mut buf: []byte, off: int): (ok: bool) {

fn closefd(fd: uintptr) {
sys::Close(int(fd))
}
}
Loading

0 comments on commit 02b8c28

Please sign in to comment.