fix struct stat (#22161)

Undo damage of https://github.com/nim-lang/Nim/pull/14170
This commit is contained in:
Jacek Sieka
2023-06-27 08:19:17 +02:00
committed by GitHub
parent 4ce3a68e79
commit 4b761295e7

View File

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