summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2015-01-13 11:28:17 -0800
committerDavid S. Miller <davem@davemloft.net>2015-01-13 11:28:17 -0800
commit54dc546139a42f77bff190be1e44bfd4479a8367 (patch)
treeba2797e3d0c49d1b8d02327c36b05fabe4c35453 /ChangeLog
parent1c6e6f2315b343cbac94c2dd798a6ebb80489a12 (diff)
Fix scanf15.c testsuite build on sparc.
* include/signal.h (__sigreturn): Guard with __USE_MISC.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e27ba7af9..b2b11636b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-13 David S. Miller <davem@davemloft.net>
+
+ * include/signal.h (__sigreturn): Guard with __USE_MISC.
+
2015-01-13 Roland McGrath <roland@hack.frob.com>
* login/logout.c (logout): Use memset rather than bzero.