Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include/param.h: Dont use ARG_MAX from kernel headers | Khem Raj | 2010-07-09 | 1 | -1/+9 |
| | | | | | | | * Use getrlimit for ARG_MAX in sysconf on nptl. * Define NCARGS directly instead of ARG_MAX Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | PTHREAD_THREADS_MAX is supposed to be in pthread-specific dir, but for now ↵ | Mike Frysinger | 2006-12-02 | 1 | -2/+0 |
| | | | | it lives in bits/uClibc_local_lim.h | ||||
* | Remove definition of TIMER_MAX which breaks builds of GCC-4.2 and in glibc ↵ | "Steven J. Hill" | 2006-12-02 | 1 | -3/+0 |
| | | | | code it is not defined. | ||||
* | remove redundant headers local to libpthread, causing header | Eric Andersen | 2006-11-29 | 1 | -2/+5 |
| | | | | file content skew between the versions | ||||
* | sync with upstream via psm | Mike Frysinger | 2006-08-24 | 1 | -15/+15 |
| | |||||
* | sync with glibc | Mike Frysinger | 2005-11-09 | 1 | -11/+23 |
| | |||||
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 1 | -0/+77 |
and to better support each arch. This is a really big patch... -Erik |