diff options
Diffstat (limited to 'sysdeps/mach/hurd/Versions')
-rw-r--r-- | sysdeps/mach/hurd/Versions | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/Versions b/sysdeps/mach/hurd/Versions index 1d6633f782..ce873f33f6 100644 --- a/sysdeps/mach/hurd/Versions +++ b/sysdeps/mach/hurd/Versions @@ -10,6 +10,7 @@ libc { GLIBC_PRIVATE { # Functions shared with the dynamic linker __access; __access_noerrno; __libc_read; __libc_write; __libc_lseek64; + __read_nocancel; __pread64_nocancel; __libc_lock_self0; __getcwd; _dl_init_first; @@ -32,6 +33,10 @@ ld { _exit; _hurd_intr_rpc_mach_msg; abort; } + GLIBC_2.1 { + # functions that must be shared with libc + __pread64; + } GLIBC_2.2 { # functions that must be shared with libc __open64; @@ -45,6 +50,7 @@ ld { # functions that must be shared with libc __access; __access_noerrno; __libc_read; __libc_write; __libc_lseek64; + __read_nocancel; __pread64_nocancel; __libc_lock_self0; __getcwd; } } |