aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sync_file_range.c
AgeCommit message (Collapse)Author
2011-04-01Really implement fallocate{,64} and sync_file_range as cancellation points.Ulrich Drepper
2009-11-17Fix sync_file_range on ppc/ppc64.Jakub Jelinek
I've noticed that sync_file_range is a stub on ppc/ppc64. The kernel on these arches provides sync_file_range2 syscall with swapped parameters. The following completely untested patch ought to fix this.
2007-04-01* sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range): Jakub Jelinek
Change last argument to unsigned int. 2007-04-01 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range): Change last argument to unsigned int.
2006-04-24* sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range): UseUlrich Drepper
__LONG_LONG_PAIR macro.
2006-04-14* sysdeps/unix/sysv/linux/sync_file_range.c: New file.Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek