newlib-cygwin/winsup/cygwin/include
Mark Geisert 1e8c92e21d Cygwin: Change pthread_sigqueue() to accept thread id
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: 50350cafb3 ("* cygwin.din (pthread_sigqueue): Export.")
2024-11-12 13:05:07 +01:00
..
acl
arpa
asm Cygwin: asm/socket.h: drop outdated casts 2024-08-07 17:10:03 +02:00
attr
bits Cygwin: __WORDSIZE: Drop 32 bit considerations 2022-08-03 17:48:20 +02:00
cygwin Cygwin: FS_IOC_[GS]ETFLAGS: handle pinned and unpinned attributes 2024-03-08 21:54:58 +01:00
machine Cygwin: machine/_arc4random.h: Fix copy/paste bug 2024-01-29 16:42:50 +01:00
net
netinet Cygwin: Implement GSO/GRO support 2022-05-13 11:11:38 +02:00
ssp
sys Fix POSIX guards for POSIX.1-2024 extensions 2024-08-15 20:42:04 +02:00
a.out.h Cygwin: remove miscellaneous 32-bit code 2022-05-29 17:54:32 -04:00
aio.h Cygwin: fix build failure due to redefinition of __restrict in sys/cdefs.h 2023-08-07 16:04:32 +02:00
byteswap.h
dlfcn.h
endian.h
err.h
error.h
fcntl.h Cygwin: fallocate(2): handle FALLOC_FL_PUNCH_HOLE and FALLOC_FL_ZERO_RANGE 2023-11-28 10:55:38 +01:00
features.h
fnmatch.h
fts.h
getopt.h Cygwin: getopt.h: fix a comment 2024-08-15 20:54:53 +02:00
glob.h
icmp.h
ifaddrs.h
io.h
lastlog.h
limits.h Cygwin: define CHARCLASS_NAME_MAX 2023-03-01 21:22:56 +01:00
mntent.h
monetary.h
mqueue.h
netdb.h
nl_types.h
paths.h
poll.h
process.h
pthread.h Cygwin: Change pthread_sigqueue() to accept thread id 2024-11-12 13:05:07 +01:00
pty.h
regex.h Cygwin: replace regex with latest verbatim FreeBSD version 2023-03-16 11:12:08 +01:00
resolv.h
search.h
semaphore.h Cygwin: implement sem_clockwait 2021-07-29 17:13:47 +02:00
sysexits.h
syslog.h
termio.h
tzfile.h
uchar.h Replace references to C2x with C23 2024-11-04 11:44:55 +01:00
ucontext.h
utmpx.h
wait.h