about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/i386
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-06-02 07:32:19 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-06-02 07:32:19 +0200
commit186cd80b1eb0c28f42c052bbaa9b37a7f66ee662 (patch)
treeeb73538bb12d59600599ef976637a62db57e620d /sysdeps/mach/hurd/i386
parent217b6dc298156bdb0d6aea9ea93e7e394a5ff091 (diff)
downloadglibc-186cd80b1eb0c28f42c052bbaa9b37a7f66ee662.tar.gz
glibc-186cd80b1eb0c28f42c052bbaa9b37a7f66ee662.tar.xz
glibc-186cd80b1eb0c28f42c052bbaa9b37a7f66ee662.zip
Add missing symbols to Version files
Some symbols have explicit versioned_symbol or compat_symbol markers
in the sources, but no corresponding entry in the Versions files.
This presently works because the local: * directive is only applied
to the base version.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/mach/hurd/i386')
-rw-r--r--sysdeps/mach/hurd/i386/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/Versions b/sysdeps/mach/hurd/i386/Versions
index 67e6d94204..fb7f89f0d0 100644
--- a/sysdeps/mach/hurd/i386/Versions
+++ b/sysdeps/mach/hurd/i386/Versions
@@ -7,4 +7,8 @@ libc {
   GLIBC_2.2.6 {
     ioperm;
   }
+  GLIBC_2.3.3 {
+    posix_fadvise64;
+    posix_fallocate64;
+  }
 }