From abca9f7f5893adee7d0eac2ca8962b9c5321e0fe Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 4 Apr 2004 00:41:39 +0000 Subject: Update. * inet/test-ifaddrs.c: Fight warnings. * argp/argp-help.c: Fight warnings. * include/time.h: Declare __difftime. --- include/time.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/time.h b/include/time.h index 5a95be5a4e..795eb5f504 100644 --- a/include/time.h +++ b/include/time.h @@ -95,6 +95,7 @@ extern char * __strptime_internal (const char *rp, const char *fmt, int era_cnt, __locale_t loc) internal_function; +extern double __difftime (time_t time1, time_t time0); /* Use in the clock_* functions. Size of the field representing the -- cgit 1.4.1