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 ce873f33f6..d93ad1264e 100644 --- a/sysdeps/mach/hurd/Versions +++ b/sysdeps/mach/hurd/Versions @@ -11,6 +11,7 @@ libc { # Functions shared with the dynamic linker __access; __access_noerrno; __libc_read; __libc_write; __libc_lseek64; __read_nocancel; __pread64_nocancel; + __write_nocancel; __libc_lock_self0; __getcwd; _dl_init_first; @@ -51,6 +52,7 @@ ld { # functions that must be shared with libc __access; __access_noerrno; __libc_read; __libc_write; __libc_lseek64; __read_nocancel; __pread64_nocancel; + __write_nocancel; __libc_lock_self0; __getcwd; } } |