am 9e74f697: libc: add void to clock() function prototype

Merge commit '9e74f697e0178a0e9b6133a2b270cc7fed9920bf' into eclair-plus-aosp

* commit '9e74f697e0178a0e9b6133a2b270cc7fed9920bf':
  libc: add void to clock() function prototype
This commit is contained in:
Erik Gilling 2009-09-09 15:13:56 -07:00 committed by Android Git Automerger
commit 842cdcd2f6
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ extern long int timezone;
#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 *);