commit | 4e57cf3f8c0b696f117579c8165b13c8d32b9b5d | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Wed Sep 09 20:53:15 2009 -0400 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Sep 09 20:53:15 2009 -0400 |
tree | 259717746189cd9e71171db2e86cda40bbc654f4 | |
parent | 9e74f697e0178a0e9b6133a2b270cc7fed9920bf [diff] | |
parent | 2093d350be21ff086f9e145404877941b9a42c5c [diff] |
Merge change 24463 into eclair * changes: Fix an infinite loop in time2sub.
diff --git a/libc/include/time.h b/libc/include/time.h index 14066a1..5d1a0e2 100644 --- a/libc/include/time.h +++ b/libc/include/time.h
@@ -109,7 +109,7 @@ #define CLOCKS_PER_SEC 1000000 -extern clock_t clock(); +extern clock_t clock(void); /* BIONIC: extra linux clock goodies */ extern int clock_getres(int, struct timespec *);