commit | 7761beeb56c857150052b0576e639375f4b1a55c | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Wed Oct 12 02:19:03 2011 +0200 |
committer | David 'Digit' Turner <digit@google.com> | Wed Oct 12 03:43:29 2011 +0200 |
tree | c87a965d43a1726d47d7ca82432c6201cd54a3e1 | |
parent | b298c3bdc99ecc7775f65d1453c13afce83ba9cd [diff] |
ndk: <time.h> Add missing clock_settime()/clock_nanosleep() declarations Both functions are part of the C library since Android 1.5 / API level 3 but were missing a declaration in <time.h>, so add then here + Fix first parameter from 'int' to 'clockid_t' for clock_getres() and clock_gettime() Fixes http://code.google.com/p/android/issues/detail?id=20140 Change-Id: Ic2191d5eb54475c149b9a6b8f3ba55bc8ed4643f