Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated to match glibc 2.3.4 (adds missing CLOCK_MONOTONIC). | Peter Kjellerstedt | 2005-04-28 | 1 | -4/+6 |
| | |||||
* | Clean up CLK_TCK situation. clock() and sysconf() now use an | Manuel Novoa III | 2002-07-15 | 1 | -2/+10 |
| | | | | | | arch-specific constant value defined in bits/uClibc_clk_tck.h. Default is 100 (common/bits) but alpha uses 1024 following glibc. Override per arch as necessary. | ||||
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 1 | -0/+69 |
and to better support each arch. This is a really big patch... -Erik |