diff options
author | John David Anglin <dave.anglin@bell.net> | 2015-08-07 11:54:19 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-08 22:56:01 -0400 |
commit | 04ece7d2dec91fe870c5f1a38032875915f44633 (patch) | |
tree | 997d8611dc83135e6fdc6518b5697e27ec50e901 /NEWS | |
parent | a601b74d31ca086de38441d316a3dee24c866305 (diff) | |
download | glibc-04ece7d2dec91fe870c5f1a38032875915f44633.tar.gz glibc-04ece7d2dec91fe870c5f1a38032875915f44633.tar.xz glibc-04ece7d2dec91fe870c5f1a38032875915f44633.zip |
hppa: Fix miscompilation of sched_setaffinity() [BZ #18480]
The attached change fixes the miscompilation of sched_setaffinity() on hppa. This is an old problem that was fixed on other architectures using a similar approach to the attached change. See: https://sourceware.org/ml/libc-hacker/2004-04/msg00016.html Build tested on trunk. Patch has been applied to debian glibc for some time.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS index e9e5fd5afc..d37a60938e 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,8 @@ using `glibc' in the "product" field. Version 2.23 * The following bugs are resolved with this release: - 16517, 16519, 17905, 18265, 18525, 18618, 18647, 18661, 18787. + + 16517, 16519, 17905, 18480, 18265, 18525, 18618, 18647, 18661, 18787. Version 2.22 |