]> git.ipfire.org Git - thirdparty/glibc.git/commit
Add nocancel version of pread64()
authorLeandro Pereira <leandro.pereira@microsoft.com>
Wed, 2 Oct 2019 16:42:28 +0000 (12:42 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Fri, 18 Oct 2019 19:55:33 +0000 (15:55 -0400)
commitfed33b0fb03d1942a6713286176d42869c0f1580
treef6e7f1055d4dbd00986746e2027b104b95e07c86
parent2ac579f9c25388a7734948d77b03e4dd10f35334
Add nocancel version of pread64()

This is in preparation for changes in the dynamic linker so that
pread() is used instead of lseek()+read().

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
ChangeLog.old/ChangeLog.19
sysdeps/generic/not-cancel.h
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/Versions
sysdeps/unix/sysv/linux/not-cancel.h
sysdeps/unix/sysv/linux/pread64_nocancel.c [new file with mode: 0644]