You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2024. It is now read-only.
rt/msvc.c: Use MSVCRT's _fileno for weak symbol fileno
`_fileno` exists in the pre-2015 DLLs according to MinGW-w64.
This is required as preparation for the MinGW-w64 libs
(dlang/installer#346), as they define the weak
symbol like this, and LLD complains about mismatches (while MS' link.exe
doesn't).
0 commit comments