summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/local_lim.h
Commit message (Collapse)AuthorAgeFilesLines
* include/param.h: Dont use ARG_MAX from kernel headersKhem Raj2010-07-091-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 Frysinger2006-12-021-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-021-3/+0
| | | | code it is not defined.
* remove redundant headers local to libpthread, causing headerEric Andersen2006-11-291-2/+5
| | | | file content skew between the versions
* sync with upstream via psmMike Frysinger2006-08-241-15/+15
|
* sync with glibcMike Frysinger2005-11-091-11/+23
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+77
and to better support each arch. This is a really big patch... -Erik