Revert "fix struct stat" (#22171)

Revert "fix struct stat (#22161)"

This reverts commit 4b761295e7.
This commit is contained in:
Andreas Rumpf
2023-06-27 16:46:41 +02:00
committed by GitHub
parent ce0909f047
commit 9616762cfe

View File

@@ -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