Re: [Mingw-w64-public] [PATCH] crt: Add symbols for POSIX time functions

2021-03-30 Thread Liu Hao
在 2021/3/30 下午11:26, Martin Storsjö 写道: On Tue, 30 Mar 2021, Liu Hao wrote: The patch looks sensible to me (and good that you added a comment!). For 32 bit mode, I'd say default to whatever the headers default to. However, please add the corresponding aliases to api-ms-win-crt*.def too; the s

Re: [Mingw-w64-public] [PATCH] crt: Add symbols for POSIX time functions

2021-03-30 Thread Martin Storsjö
On Tue, 30 Mar 2021, Liu Hao wrote: 在 2021-03-30 01:45, Jeremy Drake via Mingw-w64-public 写道: Which is why I don't know that mingw-w64 is wrong here, it is doing exactly what MS says. However, it could provide aliases in ucrtbase.def.in for the 'base' functions to make configure happy. I

[Mingw-w64-public] [PATCH] crt: Add symbols for POSIX time functions

2021-03-30 Thread Liu Hao
在 2021-03-30 01:45, Jeremy Drake via Mingw-w64-public 写道: Which is why I don't know that mingw-w64 is wrong here, it is doing exactly what MS says. However, it could provide aliases in ucrtbase.def.in for the 'base' functions to make configure happy. It appears that other time functions are al

Re: [Mingw-w64-public] [PATCH] headers: Add missing function declarations in stdlib_s.h.

2021-03-30 Thread Liu Hao
在 2021-03-29 22:48, Biswapriyo Nath 写道: Subject: [PATCH] headers: Add missing function declarations in stdlib_s.h. Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/crt/sec_api/stdlib_s.h | 8 1 file changed, 8 insertions(+) Thanks. These patches lookg good to me. Pushed. -- B