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 | |
parent | 2dba5ce7b8115d6a2789bf279892263621088e74 (diff) | |
download | glibc-6f4fc73ec9d0d8bc7d8755ff1e54cc51257a110b.tar.gz |
hurd: Fix typo
* hurd/Versions: Fix typo.
* mach/Versions: Fix typo.
-rw-r--r-- | hurd/Versions | 2 | ||||
-rw-r--r-- | mach/Versions | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hurd/Versions b/hurd/Versions index 011edc7384..392b76444a 100644 --- a/hurd/Versions +++ b/hurd/Versions @@ -131,7 +131,7 @@ libc { } GLIBC_2.4 { # functions used by RPC stubs - __stack_chk_fail + __stack_chk_fail; } HURD_CTHREADS_0.3 { 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_; |