diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2017-08-28 14:19:55 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2017-08-28 14:19:55 +0200 |
commit | 45a4f49ee520eb09b1ff58c4e9dbddb135a14b64 (patch) | |
tree | ab3aa414cabdf40f1a6a364d5e018f8d6f6f6803 /mach | |
parent | 6f4fc73ec9d0d8bc7d8755ff1e54cc51257a110b (diff) | |
download | glibc-45a4f49ee520eb09b1ff58c4e9dbddb135a14b64.tar.gz glibc-45a4f49ee520eb09b1ff58c4e9dbddb135a14b64.tar.xz glibc-45a4f49ee520eb09b1ff58c4e9dbddb135a14b64.zip |
hurd: Remove duplicate symbol version
* hurd/Versions (GLIBC_2.4): Remove __stack_chk_fail. * mach/Versions (GLIBC_2.4): Remove __stack_chk_fail.
Diffstat (limited to 'mach')
-rw-r--r-- | mach/Versions | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mach/Versions b/mach/Versions index 2c0510e07e..0097aad59b 100644 --- a/mach/Versions +++ b/mach/Versions @@ -54,10 +54,6 @@ libc { # This was always there, but not exported as it should have been. mig_strncpy; } - GLIBC_2.4 { - # functions used by RPC stubs - __stack_chk_fail; - } GLIBC_2.23 { __mach_host_self_; } |