-
Damjan Jovanovic authored
For pipes/char devices, st_dev and st_rdev should be the fd, st_nlink is always 1, and st_mode is S_IFIFO and S_IFCHR respectively. Added tests to prove the new behaviour right.
2705d788
For pipes/char devices, st_dev and st_rdev should be the fd, st_nlink is always 1, and st_mode is S_IFIFO and S_IFCHR respectively. Added tests to prove the new behaviour right.