mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 13:30:33 +00:00
fix struct stat (#22161)
Undo damage of https://github.com/nim-lang/Nim/pull/14170
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user