summaryrefslogtreecommitdiff
path: root/cel
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@respoke.io>2016-07-27 10:33:23 -0500
committerDavid M. Lee <dlee@respoke.io>2016-07-27 12:48:17 -0500
commit8902a51d59e1d7bff962aa2168da31fbc078a3ed (patch)
treed22d2d7a53aa166459ab16d44f218070e0cb8e04 /cel
parent159e437e5a3f48d97584e711e3b6163adb9cdff5 (diff)
Portably sscanf tv_usec
In a timeval, tv_usec is defined as a suseconds_t, which could be different underlying types on different platforms. Instead of trying to scanf directly into the timeval, scanf into a long int, then copy that into the timeval. Change-Id: I29f22d049d3f7746b6c0cc23fbf4293bdaa5eb95
Diffstat (limited to 'cel')
0 files changed, 0 insertions, 0 deletions