hurd: Fix typo

* hurd/Versions: Fix typo.
* mach/Versions: Fix typo.
This commit is contained in:
Samuel Thibault 2017-08-28 14:16:08 +02:00
parent 2dba5ce7b8
commit 6f4fc73ec9
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ libc {
}
GLIBC_2.4 {
# functions used by RPC stubs
__stack_chk_fail
__stack_chk_fail;
}
HURD_CTHREADS_0.3 {

View File

@ -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_;