diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2023-06-27 16:46:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 16:46:41 +0200 |
commit | 9616762cfe7a6d1607ba7d00e00537e9620aff50 (patch) | |
tree | f46dee449b096234fddc519e9af8c412e6b7fdff | |
parent | ce0909f04729a45f8e56e099fae2471e0504e0ff (diff) | |
download | Nim-9616762cfe7a6d1607ba7d00e00537e9620aff50.tar.gz |
Revert "fix struct stat" (#22171)
Revert "fix struct stat (#22161)" This reverts commit 4b761295e7ab31412903c02b8fb98f580bf005ca.
-rw-r--r-- | lib/posix/posix_linux_amd64.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/posix/posix_linux_amd64.nim b/lib/posix/posix_linux_amd64.nim index a039d3808..8d11c507d 100644 --- a/lib/posix/posix_linux_amd64.nim +++ b/lib/posix/posix_linux_amd64.nim @@ -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 |