about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/Versions
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-06-20 13:48:04 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-06-20 13:49:57 +0000
commitc013d5d3aae97c09e10c7b73a72af6086e6e1b98 (patch)
tree1c3ec75daf1c90c4edcb916571331396c71ea849 /sysdeps/mach/hurd/Versions
parent3297d019e108aa9d16fc5a6a5aee0854f377f289 (diff)
downloadglibc-c013d5d3aae97c09e10c7b73a72af6086e6e1b98.tar.gz
glibc-c013d5d3aae97c09e10c7b73a72af6086e6e1b98.tar.xz
glibc-c013d5d3aae97c09e10c7b73a72af6086e6e1b98.zip
hurd: Add mremap
* sysdeps/mach/hurd/mremap.c: New file.
* sysdeps/mach/hurd/Makefile [misc] (sysdep_routines): Add mremap.
* sysdeps/mach/hurd/Versions (libc.GLIBC_2.32): Add mremap.
* sysdeps/mach/hurd/i386/libc.abilist: Add mremap.
Diffstat (limited to 'sysdeps/mach/hurd/Versions')
-rw-r--r--sysdeps/mach/hurd/Versions3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/Versions b/sysdeps/mach/hurd/Versions
index d93ad1264e..e8b4aba776 100644
--- a/sysdeps/mach/hurd/Versions
+++ b/sysdeps/mach/hurd/Versions
@@ -7,6 +7,9 @@ libc {
     # functions with a weak definition in the dynamic linker
     __writev;
   }
+  GLIBC_2.32 {
+    mremap;
+  }
   GLIBC_PRIVATE {
     # Functions shared with the dynamic linker
     __access; __access_noerrno; __libc_read; __libc_write; __libc_lseek64;