Skip to content

Commit

Permalink
fix struct stat
Browse files Browse the repository at this point in the history
Undo damage of nim-lang#14170
  • Loading branch information
arnetheduck committed Nov 4, 2023
1 parent 6f38322 commit 9f75f0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/posix/posix_linux_amd64.nim
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ type
st_atim*: Timespec ## Time of last access.
st_mtim*: Timespec ## Time of last data modification.
st_ctim*: Timespec ## Time of last status change.
reserved: array[3, clong]

Statvfs* {.importc: "struct statvfs", header: "<sys/statvfs.h>",
final, pure.} = object ## struct statvfs
Expand Down

0 comments on commit 9f75f0f

Please sign in to comment.