commit | f2bc26d306cc58ab097c2a71e2652cdeb45a3518 | [log] [tgz] |
---|---|---|
author | Ruchi Kandoi <kandoiruchi@google.com> | Mon Dec 12 16:45:31 2016 -0800 |
committer | Ruchi Kandoi <kandoiruchi@google.com> | Mon Jan 09 10:20:27 2017 -0800 |
tree | e2ccbdccf734ac59510086e513e149b4f893f671 | |
parent | 0f2bb7e74045d0f7d7e70bb6643df7d76a62f657 [diff] |
Removes TIMER_PARAM_TYPE and replaces it with uintptr_t Since these variables essentially store pointers, the type should be uintptr_t to ensure compatibility with both 32-bit and 64-bit platforms. Test: Compiles Change-Id: Ibbb6c998660e308ca61cd86474a0fab771ebb039 Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>