diff options
Diffstat (limited to 'sysdeps/mach/hurd/Versions')
-rw-r--r-- | sysdeps/mach/hurd/Versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/Versions b/sysdeps/mach/hurd/Versions index 67594d8c08..c456f472c4 100644 --- a/sysdeps/mach/hurd/Versions +++ b/sysdeps/mach/hurd/Versions @@ -13,6 +13,7 @@ libc { GLIBC_PRIVATE { # Functions shared with the dynamic linker __access; __access_noerrno; __libc_read; __libc_write; __libc_lseek64; + __close_nocancel; __open_nocancel; __read_nocancel; __pread64_nocancel; __write_nocancel; @@ -55,6 +56,7 @@ ld { # functions that must be shared with libc __access; __access_noerrno; __libc_read; __libc_write; __libc_lseek64; + __close_nocancel; __open_nocancel; __read_nocancel; __pread64_nocancel; __write_nocancel; |