aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-12 23:34:33 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-12 23:34:33 +0000
commit252470b60ff30bcb3b97bd8af81ced2ad8196342 (patch)
tree0a2c5deeecc09f0ce4eb4bc66e0f2e43c6ebfe23 /ChangeLog
parent08920a506b38e8b8f83533c8db2d6a5329475601 (diff)
downloadglibc-252470b60ff30bcb3b97bd8af81ced2ad8196342.tar
glibc-252470b60ff30bcb3b97bd8af81ced2ad8196342.tar.gz
glibc-252470b60ff30bcb3b97bd8af81ced2ad8196342.tar.bz2
glibc-252470b60ff30bcb3b97bd8af81ced2ad8196342.zip
Update.
* sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Don't define register names unconditionally, only if __USE_GNU.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9e0df2c56..57c38f0880 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1999-10-12 Ulrich Drepper <drepper@cygnus.com>
+ * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Don't define
+ register names unconditionally, only if __USE_GNU.
+
* debug/Makefile: Fix rules to generate pcprofiledump.
* include/ucontext.h: New file.