diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-08-21 01:15:20 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-08-21 01:15:20 +0200 |
commit | 8d36158d88a1caf28bf68edd783e69d4071cb737 (patch) | |
tree | f97116584ab2ff916d1944360da05154cb4b42ea /Makefile | |
parent | 03cfd4bf3786dbebe93432b8ced4cb9812e2cfb8 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |