mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-14 23:33:28 +00:00
Revert "fix struct stat" (#22171)
Revert "fix struct stat (#22161)"
This reverts commit 4b761295e7.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user