From 94a42455257226361fedf37a0ad7fc1d9d131645 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 31 Oct 2014 21:13:32 +0000 Subject: Move powerpc64 pread/pwrite definitions to syscalls.list (bug 14138). Concluding the move of syscall definitions to syscalls.list, where the removal of support for old kernel versions has made this possible, this patch removes C definitions of pread, pread64, pwrite and pwrite64 for powerpc64. As far as I can tell, the existing syscalls.list definitions in sysdeps/unix/sysv/linux/wordsize-64/syscalls.list should suffice to produce results equivalent to what these C files do. [BZ #14138] * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file. * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d08117e..ebdd523 100644 --- a/NEWS +++ b/NEWS @@ -9,8 +9,8 @@ Version 2.21 * The following bugs are resolved with this release: - 6652, 12926, 14171, 15884, 17266, 17363, 17370, 17371, 17411, 17460, - 17485, 17501, 17508. + 6652, 12926, 14138, 14171, 15884, 17266, 17363, 17370, 17371, 17411, + 17460, 17485, 17501, 17508. Version 2.20 -- cgit v1.1