diff options
author | Mark Geisert <mark@maxrnd.com> | 2024-11-11 22:38:29 -0800 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2024-11-12 13:09:19 +0100 |
commit | b9060e06a6e4f52ad3c27488b32f7a825114e6b4 (patch) | |
tree | 8fe7ba5f1b7b2d802cb59c2c4665fc5d02e7503f /winsup/cygwin/exceptions.cc | |
parent | 9dad29c238bfce017f54915b90a1c2c4fcac9529 (diff) | |
download | newlib-github/cygwin-3_5-branch.zip newlib-github/cygwin-3_5-branch.tar.gz newlib-github/cygwin-3_5-branch.tar.bz2 |
Cygwin: Change pthread_sigqueue() to accept thread idgithub/cygwin-3_5-branchcygwin-3_5-branch
Change the first parameter of pthread_sigqueue() to be a thread id rather
than a thread pointer. The change is to match the Linux implementation of
this function.
The user-visible function prototype is changed in include/pthread.h.
The pthread_sigqueue() function is modified to work with a passed-in thread
id rather than an indirect thread pointer as before. (It used to be
"pthread_t *thread", i.e., class pthread **.) The release note for Cygwin
3.5.5 is updated.
Reported-by: Christian Franke <Christian.Franke@t-online.de>
Addresses: https://cygwin.com/pipermail/cygwin/2024-September/256439.html
Signed-off-by: Mark Geisert <mark@maxrnd.com>
Fixes: 50350cafb375 ("* cygwin.din (pthread_sigqueue): Export.")
(cherry picked from commit 1e8c92e21d386d2e4a29fa92e8258979ff19ae6b)
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
0 files changed, 0 insertions, 0 deletions