summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/bits/time.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III2002-07-151-73/+0
| | | | | | 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.
* Update to accomodate the header file changesEric Andersen2001-09-271-16/+30
|
* Sync with glibc i386 bits.Eric Andersen2001-03-191-1/+1
|
* Some more major updates to further superate ucLibc from the kernelEric Andersen2000-07-061-0/+59
headers (the way it has been done in GNU libc). -Erik