libc: add void to clock() function prototype

Signed-off-by: Erik Gilling <konkers@android.com>
This commit is contained in:
Erik Gilling 2009-09-09 14:58:19 -07:00
parent b4423ff7df
commit 9e74f697e0

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 *);