Hi, I currently encounter a problem that some Linux-based packages expects more POSIX functions to be provided, while mingw-w64 doesn't provide currently. For example, `setenv` and `unsetenv`, see [1].
Considering that most POSIX functions we provide are just forwarded to Microsoft's dll, but there do exist a few exceptions, I'd like to ask whether we should add more POSIX functions through libmingwex.a, or maybe just a inline wrapper of other CRT functions in headers? I'd like to send patches about adding `setenv` and `unsetenv` if you want. [1]: https://github.com/msys2/MINGW-packages/pull/31457#issuecomment-5594560266 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
