]> sourceware.org Git - glibc.git/commitdiff
hurd: Fix typo
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 28 Aug 2017 12:16:08 +0000 (14:16 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 28 Aug 2017 12:16:50 +0000 (14:16 +0200)
* hurd/Versions: Fix typo.
* mach/Versions: Fix typo.

hurd/Versions
mach/Versions

index 011edc73845819384bc0ce9439bc0c93d5ec5ff7..392b76444a9c5e41dca76a0c5904bf9e9a8ad6a9 100644 (file)
@@ -131,7 +131,7 @@ libc {
   }
   GLIBC_2.4 {
     # functions used by RPC stubs
-    __stack_chk_fail
+    __stack_chk_fail;
   }
 
   HURD_CTHREADS_0.3 {
index b22fda4cf44b615a14eaace57ac7abeb3d45ad14..2c0510e07e652c84e82eee919f29d6f544951753 100644 (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_;
This page took 0.046451 seconds and 5 git commands to generate.