diff options
-rw-r--r-- | meta/recipes-core/uclibc/uclibc-0.9.32/sync_file_range2.patch | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
1 | Some architectures like ppc, arm use aligned 64 bit inputs so a register is not wasted | ||
2 | this then uses __NR_sync_file_range2 syscall. Implement is | ||
3 | |||
4 | Singed-off-by: Khem Raj <raj.khem@gmail.com> | ||
5 | |||
6 | Upstream-Status: Pending | ||
7 | |||
1 | Index: git/libc/sysdeps/linux/common/sync_file_range.c | 8 | Index: git/libc/sysdeps/linux/common/sync_file_range.c |
2 | =================================================================== | 9 | =================================================================== |
3 | --- git.orig/libc/sysdeps/linux/common/sync_file_range.c 2011-07-19 14:23:35.000000000 -0700 | 10 | --- git.orig/libc/sysdeps/linux/common/sync_file_range.c 2011-07-19 14:23:35.000000000 -0700 |