diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2017-02-27 22:55:00 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2017-02-28 10:34:15 +0100 |
commit | b31737bdf94a1d9eb4108d10c4d38241b6fe788b (patch) | |
tree | 29d8a873dc986f3b166f6eef432b7253d63e6340 /ChangeLog | |
parent | d42eed4a044e5e10dfb885cf9891c2518a72a491 (diff) | |
download | glibc-b31737bdf94a1d9eb4108d10c4d38241b6fe788b.tar.gz glibc-b31737bdf94a1d9eb4108d10c4d38241b6fe788b.tar.xz glibc-b31737bdf94a1d9eb4108d10c4d38241b6fe788b.zip |
Refer to <signal.h> instead of <pthread.h> in <bits/sigthread.h>
The <bits/sigthread.h> header is included by <signal.h>, not <pthread.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a64fff8c6b..19ec5b2ec5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-02-28 Andreas Schwab <schwab@linux-m68k.org> + + * bits/sigthread.h: Refer to <signal.h>, not <pthread.h>. + * sysdeps/pthread/bits/sigthread.h: Likewise. + 2017-02-27 Florian Weimer <fweimer@redhat.com> [BZ #21115] |