diff options
author | Leandro Pereira <leandro.pereira@microsoft.com> | 2019-10-02 12:42:28 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2019-10-18 15:55:33 -0400 |
commit | fed33b0fb03d1942a6713286176d42869c0f1580 (patch) | |
tree | f6e7f1055d4dbd00986746e2027b104b95e07c86 /sysdeps/unix/sysv/linux/Makefile | |
parent | 2ac579f9c25388a7734948d77b03e4dd10f35334 (diff) | |
download | glibc-fed33b0fb03d1942a6713286176d42869c0f1580.tar.gz glibc-fed33b0fb03d1942a6713286176d42869c0f1580.tar.xz glibc-fed33b0fb03d1942a6713286176d42869c0f1580.zip |
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>
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 0e09d61a7a..bbab8f8cc3 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -215,8 +215,8 @@ sysdep_routines += xstatconv internal_statvfs internal_statvfs64 \ close_nocancel fcntl_nocancel nanosleep_nocancel \ open_nocancel open64_nocancel \ openat_nocancel openat64_nocancel \ - pause_nocancel read_nocancel waitpid_nocancel \ - write_nocancel statx_cp + pause_nocancel read_nocancel pread64_nocancel \ + waitpid_nocancel write_nocancel statx_cp sysdep_headers += bits/fcntl-linux.h |