summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/time.h
Commit message (Collapse)AuthorAgeFilesLines
* Updated to match glibc 2.3.4 (adds missing CLOCK_MONOTONIC).Peter Kjellerstedt2005-04-281-4/+6
|
* Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III2002-07-151-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 redundancyEric Andersen2002-03-011-0/+69
and to better support each arch. This is a really big patch... -Erik