From fed33b0fb03d1942a6713286176d42869c0f1580 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Wed, 2 Oct 2019 12:42:28 -0400 Subject: 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 --- sysdeps/unix/sysv/linux/Versions | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/Versions') diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index 1ca102a..d385085 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -182,6 +182,7 @@ libc { __syscall_rt_sigqueueinfo; __open_nocancel; __read_nocancel; + __pread64_nocancel; __close_nocancel; __sigtimedwait; # functions used by nscd -- cgit v1.1