diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-15 17:28:37 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-15 17:54:19 +0200 |
commit | bbf5c4388acdd83fe651c82c6af5e1958202101f (patch) | |
tree | 26f91b104fb548e0f48775983bb59f87ef004993 /ChangeLog | |
parent | 6014c65de2ac75ac4ef147754d80c7992f07ece8 (diff) | |
download | glibc-bbf5c4388acdd83fe651c82c6af5e1958202101f.zip glibc-bbf5c4388acdd83fe651c82c6af5e1958202101f.tar.gz glibc-bbf5c4388acdd83fe651c82c6af5e1958202101f.tar.bz2 |
aio: Remove support for BROKEN_THREAD_SIGNALS
This was originally added to support LinuxThreads and is not needed for
NPTL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2017-08-15 Florian Weimer <fweimer@redhat.com> + Remove BROKEN_THREAD_SIGNALS support for LinuxThreads. + * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): Remove + BROKEN_THREAD_SIGNALS code. + * sysdeps/ppthread/aio_misc.h (struct waitlist, struct + request_list): Remove caller_pid member used for + BROKEN_THREAD_SIGNALS. + [BROKEN_THREAD_SIGNALS] (__aio_notify_only): Remove declaration. + * sysdeps/pthread/aio_notify.c (__aio_notify_only, __aio_notify): + Remove BROKEN_THREAD_SIGNALS support. + * sysdeps/pthread/aio_suspend.c (aio_suspend): Likewise. + * sysdeps/pthread/lio_listio.c (lio_listio_internal): Likewise. + +2017-08-15 Florian Weimer <fweimer@redhat.com> + * gmon/Makefile (tests): Add tst-gmon. (CFLAGS-tst-gmon.c, LDFLAGS-tst-gmon, CRT-tst-gmon, tst-gmon-ENV): Set. |