commit | fb4b4e8928947c4f2c4d39ebb06cb510dc614f71 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 19 16:45:35 2013 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 21 16:54:25 2013 -0700 |
tree | ca392f91de99bdc044cddac270b684b1d4c1f795 | |
parent | c4e455afc4e9e1884d0985888d4a85d36f02f320 [diff] |
sandbox: Use uint64_t instead of u64 for time The uint64_t type is defined in linux/types.h, so is safer than u64, which is not actually a Linux type. Change-Id: Ifc9a369e6543250c49117b8d3cb3a676eee43e04 Signed-off-by: Simon Glass <sjg@chromium.org>