From 0cab3b6c37a5dde74db2e20620480413eb1d2f03 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 20 Jul 2011 23:10:15 -0700 Subject: uclibc: Add patch header for sync_file_range2.patch Signed-off-by: Khem Raj --- meta/recipes-core/uclibc/uclibc-0.9.32/sync_file_range2.patch | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-core/uclibc/uclibc-0.9.32/sync_file_range2.patch b/meta/recipes-core/uclibc/uclibc-0.9.32/sync_file_range2.patch index b5e972edd5..4b85a43e8a 100644 --- a/meta/recipes-core/uclibc/uclibc-0.9.32/sync_file_range2.patch +++ b/meta/recipes-core/uclibc/uclibc-0.9.32/sync_file_range2.patch @@ -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 + +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 -- cgit 1.2.3-korg