summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f4db283..d5f6d67 100644
--- a/Makefile
+++ b/Makefile
@@ -191,7 +191,7 @@ headers := \
ifeq ($(IN_GLIBC),yes)
distribute :=
-routines := forward libc_pthread_init
+routines := forward libc_pthread_init alloca_cutoff
shared-only-routines = forward
vpath %.c