about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-29 20:17:40 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-29 20:17:40 +0000
commit4dadd40cc72ddee017ebd0d278671398485dcbb6 (patch)
treefc0d0feeffa27796dbe9fc44f395878940d6cb08 /ChangeLog
parent30f1226b0b921c541d539450e5b6fe8af7fc4ab9 (diff)
downloadglibc-4dadd40cc72ddee017ebd0d278671398485dcbb6.tar.gz
glibc-4dadd40cc72ddee017ebd0d278671398485dcbb6.tar.xz
glibc-4dadd40cc72ddee017ebd0d278671398485dcbb6.zip
Update.
	* signal/signal.h (sigpause): Move __THROW before __asm__.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60cf8640ab..9caad1f2a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-08-29  Ulrich Drepper  <drepper@redhat.com>
 
+	* signal/signal.h (sigpause): Move __THROW before __asm__.
+
 	* inet/rcmd.c (__checkhost_sa): If getnameinfo succeeds but the
 	names don't match don't return.
 	Patch by Olaf Kirch <okir@flash.lst.de>.