We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FileSize in os_fstat_t is uint32, but should be off_t like in POSIX. On 64-bit systems. it's a 64-bit value and this causes conversion issues.