]> Zhao Yanbai Git Server - minix.git/commit
include/time.h: merged
authorLionel Sambuc <lionel@minix3.org>
Tue, 3 Dec 2013 10:51:21 +0000 (11:51 +0100)
committerLionel Sambuc <lionel@minix3.org>
Mon, 3 Mar 2014 19:47:02 +0000 (20:47 +0100)
commit57476292b079e252087adf72ae75aa1866c44032
treee2b8d101de10a40ae722d809f586c0e3d9f624b1
parentf7cf2976020bea4fd5cba55555e1b09b71a26953
include/time.h: merged

 - Defining CLOCKS_PER_SEC = 100, instead of 60.
   This define is here for legacy reasons, use sysconf(_SC_CLK_TCK) to
   retrieve the actual number of clock tick per second of the system in
   new code.

 - Moving stime prototype to minix/sysutil.h

Change-Id: I76a73cd53ac2361845f2917f62af4125adfc615d
commands/time/time.c
drivers/vbox/vbox.c
include/minix/sysutil.h
include/time.h
test/t40f.c