+2018-02-02 Sean McKean <smckean83@gmail.com>
+
+ [BZ #22735]
+ * time/time.h (clock): Reference CLOCKS_PER_SEC in comment.
+
2018-02-10 Dmitry V. Levin <ldv@altlinux.org>
[BZ #22433]
[22638] sparc: static binaries are broken if glibc is built by gcc
configured with --enable-default-pie
+ [22735] Misleading typo in time.h source comment regarding CLOCKS_PER_SECOND
[22797] Linux: use reserved name __key in pkey_get
[22827] RISC-V ELF64 parser mis-reads flag in ldconfig
__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. */