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 May 17, 2022
1 parent e8d8c04 commit ab9af74
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 ab9af74

Please sign in to comment.