Skip to content

Commit

Permalink
Revert "fix struct stat" (#22171)
Browse files Browse the repository at this point in the history
Revert "fix struct stat (#22161)"

This reverts commit 4b76129.
  • Loading branch information
Araq committed Jun 27, 2023
1 parent ce0909f commit 9616762
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/posix/posix_linux_amd64.nim
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ 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 9616762

Please sign in to comment.