mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 03:48:01 +00:00
![Damjan Jovanovic](/assets/img/avatar_default.png)
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.