summaryrefslogtreecommitdiff
path: root/Versions
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-08-21 01:15:20 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-08-21 01:15:20 +0200
commit8d36158d88a1caf28bf68edd783e69d4071cb737 (patch)
treef97116584ab2ff916d1944360da05154cb4b42ea /Versions
parent03cfd4bf3786dbebe93432b8ced4cb9812e2cfb8 (diff)
fix glibc 2.22 build
* pthread/alloca_cutoff.c: New file. * Makefile (routines): Add alloca_cutoff. * Versions (GLIBC_PRIVATE): Add __libc_alloca_cutoff.
Diffstat (limited to 'Versions')
-rw-r--r--Versions1
1 files changed, 1 insertions, 0 deletions
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;
}