aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-04-01 11:33:14 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-01 11:33:14 -0400
commit3167dad07cf528e7464320c160a61eba0df747c8 (patch)
treec6b025ddbf01e371cccf055fe6d0391dfd05c2d2 /ChangeLog
parent748876bf1c45cd10f998f8578c434156eae53b7e (diff)
downloadglibc-3167dad07cf528e7464320c160a61eba0df747c8.tar
glibc-3167dad07cf528e7464320c160a61eba0df747c8.tar.gz
glibc-3167dad07cf528e7464320c160a61eba0df747c8.tar.bz2
glibc-3167dad07cf528e7464320c160a61eba0df747c8.zip
Also make x86 sync_file_range a cancellation point.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 806732d70e..aa6277a661 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,14 @@
* sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
* sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
* sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
- sync_file_range as cancellation point.
+ sync_file_range as cancellation point
+ * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
+ now a wrapper around __call_sync_file_range with cancellation handling.
+ * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
+ * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
+ function name to __call_sync_file_range.
+ * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
+ Add call_sync_file_range.
2011-04-01 Andreas Schwab <schwab@redhat.com>