aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/Versions')
-rw-r--r--sysdeps/mach/hurd/Versions4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/Versions b/sysdeps/mach/hurd/Versions
index 20ac0067c7..17592d3569 100644
--- a/sysdeps/mach/hurd/Versions
+++ b/sysdeps/mach/hurd/Versions
@@ -15,7 +15,7 @@ libc {
}
GLIBC_PRIVATE {
# Functions shared with the dynamic linker
- __access; __access_noerrno; __libc_read; __libc_write; __libc_lseek64;
+ __access; __libc_read; __libc_write; __libc_lseek64;
__close_nocancel;
__open_nocancel;
__read_nocancel; __pread64_nocancel;
@@ -56,7 +56,7 @@ ld {
_dl_init_first;
# functions that must be shared with libc
- __access; __access_noerrno; __libc_read; __libc_write; __libc_lseek64;
+ __access; __libc_read; __libc_write; __libc_lseek64;
__close_nocancel;
__open_nocancel;
__read_nocancel; __pread64_nocancel;