diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2017-08-28 14:16:08 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2017-08-28 14:16:50 +0200 |
commit | 6f4fc73ec9d0d8bc7d8755ff1e54cc51257a110b (patch) | |
tree | 35dbfeb1984d90373c9df88e36fe85f0a46ded7b /mach | |
parent | 2dba5ce7b8115d6a2789bf279892263621088e74 (diff) | |
download | glibc-6f4fc73ec9d0d8bc7d8755ff1e54cc51257a110b.tar glibc-6f4fc73ec9d0d8bc7d8755ff1e54cc51257a110b.tar.gz glibc-6f4fc73ec9d0d8bc7d8755ff1e54cc51257a110b.tar.bz2 glibc-6f4fc73ec9d0d8bc7d8755ff1e54cc51257a110b.zip |
hurd: Fix typo
* hurd/Versions: Fix typo.
* mach/Versions: Fix typo.
Diffstat (limited to 'mach')
-rw-r--r-- | mach/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/Versions b/mach/Versions index b22fda4cf4..2c0510e07e 100644 --- a/mach/Versions +++ b/mach/Versions @@ -56,7 +56,7 @@ libc { } GLIBC_2.4 { # functions used by RPC stubs - __stack_chk_fail + __stack_chk_fail; } GLIBC_2.23 { __mach_host_self_; |