commit | 8798ad3e1e0647554cb68033c6b25b7b22e2a19d | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Sat Apr 07 14:59:29 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Sat Apr 07 14:59:29 2012 -0400 |
tree | 7a715970e271407e18fa881841df98eb8e7fa5a9 | |
parent | 014397e981184a0aca27b289a10128b780bc4d13 [diff] |
struct timeval.tv_usec is 4 bytes on 64-bit OS X as it should be, but is defined as an int while everyone else expects a long regardless of length.