]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ChangeLog
Really implement fallocate{,64} and sync_file_range as cancellation points.
[thirdparty/glibc.git] / ChangeLog
index 7ab2090233c25988262353b44f9400f39e0d3215..806732d70e05f236e5d7949cfcc3c81c467d1c9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,20 @@
+2011-04-01  Ulrich Drepper  <drepper@gmail.com>
+
+       * io/Makefile: Compile fallocate.c, fallocate64.c, and
+       sync_file_range.c with -fexceptions.
+       * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
+       * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
+       * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
+       * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
+       * 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.
+
 2011-04-01  Andreas Schwab  <schwab@redhat.com>
 
        * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
-       bits/timex.h
+       bits/timex.h.
 
 2011-04-01  Ulrich Drepper  <drepper@gmail.com>