-
- Downloads
Use uint64_t for time types
Unfortunately 'unsigned long long' and 'uint64_t' are not necessarily
compatible on 64-bit machines. Use the correct typedef instead of
writing the supposed type out in full.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Loading
Please register or sign in to comment