diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-26 00:26:10 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-26 13:33:54 -0400 |
commit | a2ab38c9b8a8b99f998bb9b9743b3f5c9a4493b5 (patch) | |
tree | 64334802bd47001bf93aecdcbcc820e62a57cfc7 /NEWS | |
parent | f6b71eada3cfbaa13dd4019978e9bd29055bad9f (diff) | |
download | glibc-a2ab38c9b8a8b99f998bb9b9743b3f5c9a4493b5.tar.gz glibc-a2ab38c9b8a8b99f998bb9b9743b3f5c9a4493b5.tar.xz glibc-a2ab38c9b8a8b99f998bb9b9743b3f5c9a4493b5.zip |
mips: siginfo.h: add SIGSYS details [BZ #18863]
Linux 3.13 added SIGSYS details to siginfo_t; update glibc's copy to keep in sync with it.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index 80bddc8a02..5ef1a40274 100644 --- a/NEWS +++ b/NEWS @@ -11,8 +11,8 @@ Version 2.23 14341, 16517, 16519, 16520, 16734, 16973, 17787, 17905, 18084, 18086, 18240, 18265, 18370, 18421, 18480, 18525, 18610, 18618, 18647, 18661, - 18674,18681, 18778, 18781, 18787, 18789, 18790, 18795, 18796, 18820, - 18823, 18824. + 18674, 18681, 18778, 18781, 18787, 18789, 18790, 18795, 18796, 18820, + 18823, 18824, 18863. * The obsolete header <regexp.h> has been removed. Programs that require this header must be updated to use <regex.h> instead. |