support _POSIX_CPUTIME
Bug: 18490039 Change-Id: I01fa83b48e1b908de1f227b6e4f98e280bcd50ee
This commit is contained in:
@@ -85,6 +85,8 @@ extern void tzset(void) __LIBC_ABI_PUBLIC__;
|
||||
|
||||
extern clock_t clock(void) __LIBC_ABI_PUBLIC__;
|
||||
|
||||
extern int clock_getcpuclockid(pid_t, clockid_t*) __LIBC_ABI_PUBLIC__;
|
||||
|
||||
extern int clock_getres(clockid_t, struct timespec*) __LIBC_ABI_PUBLIC__;
|
||||
extern int clock_gettime(clockid_t, struct timespec*) __LIBC_ABI_PUBLIC__;
|
||||
extern int clock_nanosleep(clockid_t, int, const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
|
||||
|
||||
Reference in New Issue
Block a user