Move powerpc64 pread/pwrite definitions to syscalls.list (bug 14138).
commit94a42455257226361fedf37a0ad7fc1d9d131645
authorJoseph Myers <joseph@codesourcery.com>
Fri, 31 Oct 2014 21:13:32 +0000 (31 21:13 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 31 Oct 2014 21:13:32 +0000 (31 21:13 +0000)
tree37863948d82e8d8ed652f50d595ef30be60005bd
parentff9dbdc048f8341c5f1bc6a6982b669b49a40983
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.
ChangeLog
NEWS
sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c [deleted file]
sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c [deleted file]
sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c [deleted file]
sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c [deleted file]