mirror of git://sourceware.org/git/glibc.git
The constant PTHREAD_STACK_MIN may be too small for some processors. Rename _SC_SIGSTKSZ_SOURCE to _DYNAMIC_STACK_SIZE_SOURCE. When _DYNAMIC_STACK_SIZE_SOURCE or _GNU_SOURCE are defined, define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN) which is changed to MIN (PTHREAD_STACK_MIN, sysconf(_SC_MINSIGSTKSZ)). Consolidate <bits/local_lim.h> with <bits/pthread_stack_min.h> to provide a constant target specific PTHREAD_STACK_MIN value. Reviewed-by: Carlos O'Donell <carlos@redhat.com> |
||
|---|---|---|
| .. | ||
| bits | ||
| sys | ||
| Implies | ||
| Makefile | ||
| Versions | ||
| arch-syscall.h | ||
| c++-types.data | ||
| clone.S | ||
| configure | ||
| configure.ac | ||
| cpu-features.c | ||
| cpu-features.h | ||
| dl-cache.h | ||
| dl-procinfo.c | ||
| dl-procinfo.h | ||
| getcontext.S | ||
| gettimeofday.c | ||
| ioctl.S | ||
| jmp_buf-macros.h | ||
| kernel-features.h | ||
| kernel_rt_sigframe.h | ||
| ld.abilist | ||
| ldconfig.h | ||
| libBrokenLocale.abilist | ||
| libanl.abilist | ||
| libc-start.c | ||
| libc.abilist | ||
| libc_sigaction.c | ||
| libcrypt.abilist | ||
| libdl.abilist | ||
| libm.abilist | ||
| libnsl.abilist | ||
| libpthread.abilist | ||
| libresolv.abilist | ||
| librt.abilist | ||
| libthread_db.abilist | ||
| libutil.abilist | ||
| localplt.data | ||
| makecontext.c | ||
| readelflib.c | ||
| send.c | ||
| setcontext.S | ||
| shlib-versions | ||
| sigcontextinfo.h | ||
| swapcontext.S | ||
| syscall.S | ||
| sysconf.c | ||
| sysdep.c | ||
| sysdep.h | ||
| ucontext-internal.h | ||
| ucontext_i.sym | ||
| vfork.S | ||
| vltest.py | ||