mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
time: Reference CLOCKS_PER_SEC in clock comment [BZ #22735]
This commit is contained in:
committed by
Florian Weimer
parent
d4b4a00a46
commit
09e56b9e18
@@ -68,7 +68,7 @@ typedef __pid_t pid_t;
|
||||
__BEGIN_DECLS
|
||||
|
||||
/* Time used by the program so far (user time + system time).
|
||||
The result / CLOCKS_PER_SECOND is program time in seconds. */
|
||||
The result / CLOCKS_PER_SEC is program time in seconds. */
|
||||
extern clock_t clock (void) __THROW;
|
||||
|
||||
/* Return the current time and put it in *TIMER if TIMER is not NULL. */
|
||||
|
Reference in New Issue
Block a user