在 2021-12-17 02:13, Michel Zou 写道:
> Hi,
> It turns out that these are inline functions, here is a new patch.
> xan
>
Thanks. Pushed to master.
Next time, please send a patch created by `git format`, and please do sign off
the commit with `git commit -s`.
--
Best regards,
LIU Hao
___
From: Biswapriyo Nath
Signed-off-by: Martin Storsjö
---
Removed superfluous "const" on timespec_get parameters.
Moved the include of timeb.h to the head of time.h, to get struct
timespec declared before declaring timespec_get that uses it.
Added "#ifdef _UCRT" around the declarations (allowing
Normally, timespec_get is aliased to either _timespec32_get or
_timespec64_get via an inline function in time.h. But by providing
a fallback alias in the import library, configure scripts that try
linking the function without actually including time.h will also
succeed - we also have other similar
On Sun, 12 Dec 2021, Martin Storsjö wrote:
On Sun, 12 Dec 2021, Biswapriyo Nath wrote:
2. The declarations in WinSDK have const parameters but glibc does
not. Which is the correct one?
Not sure offhand - let me study it and get back to you.
The const-ness that you're referring to is irrele
在 2021-12-17 22:41, Tom Ritter 写道:
From 10ca079810ea8d50340e98fc7b6579f73595d668 Mon Sep 17 00:00:00 2001
From: Tom Ritter
Date: Fri, 17 Dec 2021 09:39:03 -0500
Subject: [PATCH 2/2] Add missing KScategories
---
mingw-w64-headers/include/ks.h | 125 +
1 file ch
在 2021-12-17 02:13, Michel Zou 写道:> Hi,
> It turns out that these are inline functions, here is a new patch.
> xan
>
Thanks. Pushed to master.
Next time, please send a patch created by `git format`, and please do sign off
the commit with `git commit -s`.
--
Best regards,
LIU Hao
From 10ca079810ea8d50340e98fc7b6579f73595d668 Mon Sep 17 00:00:00 2001
From: Tom Ritter
Date: Fri, 17 Dec 2021 09:39:03 -0500
Subject: [PATCH 2/2] Add missing KScategories
---
mingw-w64-headers/include/ks.h | 125 +
1 file changed, 125 insertions(+)
diff --git a
From 52170da06a19b955bddd54839c9b4c5d853137c1 Mon Sep 17 00:00:00 2001
From: Tom Ritter
Date: Fri, 17 Dec 2021 09:37:07 -0500
Subject: [PATCH 1/2] Reorder existing KSCategories to be aphabetical
---
mingw-w64-headers/include/ks.h | 52 +-
1 file changed, 26 inser