fix the type of CLOCKS_PER_SEC to match new clock_t type
authorRich Felker <dalias@aerifal.cx>
Sat, 8 Jun 2013 15:40:27 +0000 (11:40 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 8 Jun 2013 15:40:27 +0000 (11:40 -0400)
commit01739902843e93ec6e9bf8e17d32c8ddf73fad81
tree6d6b98a6a84a3f01fd28e8b3964bf90ede88742e
parentea200e38bd79723054c7ad97cbf87911eac5b7f5
fix the type of CLOCKS_PER_SEC to match new clock_t type

originally it was right on 32-bit archs and wrong on 64-bit, but after
recent changes it was wrong everywhere. with this commit, it's now
right everywhere.
include/time.h