[PATCH] Cygwin: doc: Upate a link from gitweb to cgit

2023-03-14 Thread Jon Turney
Also, reword 'considerable patch' to be more idomatic. --- winsup/doc/faq-api.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winsup/doc/faq-api.xml b/winsup/doc/faq-api.xml index 6b5824cf2..c9b35f6b0 100644 --- a/winsup/doc/faq-api.xml +++ b/winsup/doc/faq-api.xml @@

Re: [PATCH v2] Cygwin: Fix type mismatch on sys/cpuset.h

2023-03-14 Thread Corinna Vinschen
On Mar 14 01:56, Mark Geisert wrote: > Addresses https://cygwin.com/pipermail/cygwin/2023-March/253220.html > > Take the opportunity to follow FreeBSD's and Linux's lead in recasting > macro inline code as calls to static inline functions. This allows the > macros to be type-safe. In addition,

[PATCH v2] Cygwin: Fix type mismatch on sys/cpuset.h

2023-03-14 Thread Mark Geisert
Addresses https://cygwin.com/pipermail/cygwin/2023-March/253220.html Take the opportunity to follow FreeBSD's and Linux's lead in recasting macro inline code as calls to static inline functions. This allows the macros to be type-safe. In addition, added a lower bound check to the functions that