Feb. 16, 2024
10:04 a.m.
Why do you need to check for \_\_linux\_\_ to use readlink()?
/proc/self/fd is Linux-specific. Perhaps we should use /dev/fd on FreeBSD and macOS instead. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5083#note_61475