]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: Make sure fraction of seconds constants enforce 64 bit computation
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 20 Feb 2018 14:05:23 +0000 (15:05 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 20 Feb 2018 14:05:31 +0000 (15:05 +0100)
commit0a3f4e6087e0e44fd36ca2d88f619fae2dfaa02c
treedb2a3516aa0e170b07dc738a8ff595e991705b5a
parentea543d3ffa129dd4976aa19d47cf6c8f7ce09a11
Cygwin: Make sure fraction of seconds constants enforce 64 bit computation

Dropping the 'LL' specifier leads to 32 bit truncation during timestamp
computation.  Revert it.  Exempt MSPERSEC which is used for 32 bit values.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/hires.h
This page took 0.030084 seconds and 5 git commands to generate.