flang-compiler / f18

F18 is a front-end for Fortran intended to replace the existing front-end in the Flang compiler
229 stars 48 forks source link

strerror_r is not platform independent #1064

Closed isuruf closed 4 years ago

isuruf commented 4 years ago

See https://github.com/llvm/llvm-project/blob/3b984641a73780cac80c04610158c8167a8a786c/llvm/lib/Support/Errno.cpp for some code that works in windows.

cc @klausler