Skip to content

Commit

Permalink
fix struct stat (#22161)
Browse files Browse the repository at this point in the history
Undo damage of #14170
  • Loading branch information
arnetheduck authored Jun 27, 2023
1 parent 4ce3a68 commit 4b76129
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 4b76129

Please sign in to comment.