We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afd758 commit 94df6e8Copy full SHA for 94df6e8
qiling/os/posix/syscall/stat.py
@@ -1154,6 +1154,12 @@ class StatxTimestamp(ctypes.Structure):
1154
]
1155
1156
class Statx(ctypes.Structure):
1157
+ """
1158
+ Reference:
1159
+ - https://man7.org/linux/man-pages/man2/statx.2.html
1160
+ - https://code.woboq.org/userspace/glibc/sysdeps/unix/sysv/linux/statx.c.html
1161
+
1162
1163
_fields_ = [
1164
('stx_mask', ctypes.c_uint32),
1165
('stx_blksize', ctypes.c_uint32),
0 commit comments