aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-07-12 21:38:07 +0000
committerUlrich Drepper <drepper@redhat.com>2005-07-12 21:38:07 +0000
commit9d653cd1893cdd0a073b8aef3f2d8f7626d778df (patch)
tree2b15378d1198ebf9d29ff243fccdc32883e6ca32 /ChangeLog
parentd1abd625de922d76d62ea9da91b71f48b6db53c0 (diff)
downloadglibc-9d653cd1893cdd0a073b8aef3f2d8f7626d778df.zip
glibc-9d653cd1893cdd0a073b8aef3f2d8f7626d778df.tar.gz
glibc-9d653cd1893cdd0a073b8aef3f2d8f7626d778df.tar.bz2
* sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h.
(has_cpuclock): Use open_not_cancel_2 instead of open, read_not_cancel instead of read and close_not_cancel_no_status instead of close.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e4d6f6..069b140 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-07-12 Jakub Jelinek <jakub@redhat.com>
+ * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h.
+ (has_cpuclock): Use open_not_cancel_2 instead of open, read_not_cancel
+ instead of read and close_not_cancel_no_status instead of close.
+
* sysdeps/s390/s390-64/bcopy.S (__bcopy): Use
HIDDEN_BUILTIN_JUMPTARGET to jump to memmove.