From 8d36158d88a1caf28bf68edd783e69d4071cb737 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 21 Aug 2016 01:15:20 +0200 Subject: fix glibc 2.22 build * pthread/alloca_cutoff.c: New file. * Makefile (routines): Add alloca_cutoff. * Versions (GLIBC_PRIVATE): Add __libc_alloca_cutoff. --- Versions | 1 + 1 file changed, 1 insertion(+) (limited to 'Versions') diff --git a/Versions b/Versions index fb92b40..cf4ab5a 100644 --- a/Versions +++ b/Versions @@ -18,6 +18,7 @@ libc { __pthread_get_cleanup_stack; } GLIBC_PRIVATE { + __libc_alloca_cutoff; __libc_pthread_init; __register_atfork; } -- cgit v1.2.3