aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys/linux/linuxthreads/configure.in
diff options
context:
space:
mode:
authorMark Geisert <mark@maxrnd.com>2024-11-11 22:38:29 -0800
committerCorinna Vinschen <corinna@vinschen.de>2024-11-12 13:05:07 +0100
commit1e8c92e21d386d2e4a29fa92e8258979ff19ae6b (patch)
treeb90b8f98f7a985fd55429d2bcf96f9dce9af2dac /newlib/libc/sys/linux/linuxthreads/configure.in
parent87cd4f3fbd06217ce44c5da4e94fa6af59e8e39b (diff)
downloadnewlib-main.zip
newlib-main.tar.gz
newlib-main.tar.bz2
Cygwin: Change pthread_sigqueue() to accept thread idHEADgithub/mastergithub/mainmastermain
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.")
Diffstat (limited to 'newlib/libc/sys/linux/linuxthreads/configure.in')
0 files changed, 0 insertions, 0 deletions