OSDN Git Service

Clean up CLK_TCK situation. clock() and sysconf() now use an
authorManuel Novoa III <mjn3@codepoet.org>
Mon, 15 Jul 2002 16:26:52 +0000 (16:26 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Mon, 15 Jul 2002 16:26:52 +0000 (16:26 -0000)
commitc96a844f5209ee078b282b1bec690f80f7411ada
tree19cd4a0fb42b17fbcc34304ae4ffa5385dccbdfd
parent8431a6f2e2585bbeb9de72939dd423b9f6a1d418
Clean up CLK_TCK situation.  clock() and sysconf() now use an
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.
libc/misc/time/time.c
libc/sysdeps/linux/alpha/bits/uClibc_clk_tck.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/time.h
libc/sysdeps/linux/common/bits/uClibc_clk_tck.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/time.h [deleted file]
libc/sysdeps/linux/sparc/bits/time.h [deleted file]
libc/unistd/sysconf.c