uclibc: Add patch header for sync_file_range2.patch

(From OE-Core rev: 0cab3b6c37a5dde74db2e20620480413eb1d2f03)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2011-07-20 23:10:15 -07:00 committed by Richard Purdie
parent 48966d90f2
commit 42c3974dc1
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
Some architectures like ppc, arm use aligned 64 bit inputs so a register is not wasted
this then uses __NR_sync_file_range2 syscall. Implement is
Singed-off-by: Khem Raj <raj.khem@gmail.com>
Upstream-Status: Pending
Index: git/libc/sysdeps/linux/common/sync_file_range.c
===================================================================
--- git.orig/libc/sysdeps/linux/common/sync_file_range.c 2011-07-19 14:23:35.000000000 -0700