diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-10-31 21:13:32 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-10-31 21:13:32 +0000 |
commit | 94a42455257226361fedf37a0ad7fc1d9d131645 (patch) | |
tree | 37863948d82e8d8ed652f50d595ef30be60005bd /NEWS | |
parent | ff9dbdc048f8341c5f1bc6a6982b669b49a40983 (diff) | |
download | glibc-94a42455257226361fedf37a0ad7fc1d9d131645.tar glibc-94a42455257226361fedf37a0ad7fc1d9d131645.tar.gz glibc-94a42455257226361fedf37a0ad7fc1d9d131645.tar.bz2 glibc-94a42455257226361fedf37a0ad7fc1d9d131645.zip |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |