Skip to content

Fix #125: Linux unix-stat returns wrong values

Raymond Toy requested to merge issue-125-unix-stat-wrong into master

To simplify the implementation, we define our own C function to return the parts of the stat structure that we want. We implement this for stat, fstat, and lstat.

Currently, this is only tested on linux, but presumably would work with other OSes too.

Edited by Raymond Toy

Merge request reports