From f0227ea3c78d8d23dc35f0939219649447eecfae Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 23 Sep 2002 00:31:31 +0000 Subject: More GNUify non-GNU formatted functions calls throughout. --- winsup/cygwin/times.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/times.cc') diff --git a/winsup/cygwin/times.cc b/winsup/cygwin/times.cc index 6bb981d1a..635d89268 100644 --- a/winsup/cygwin/times.cc +++ b/winsup/cygwin/times.cc @@ -334,7 +334,7 @@ corelocaltime (const time_t * tim_p) int yleap; _CONST int *ip; #ifdef _MT_SAFE - struct tm &localtime_buf=_reent_winsup()->_localtime_buf; + struct tm &localtime_buf=_reent_winsup ()->_localtime_buf; #else static NO_COPY struct tm localtime_buf = {0}; #endif @@ -416,7 +416,7 @@ localtime (const time_t *tim_p) time_t tim = *tim_p; struct tm *rtm; - tzset(); + tzset (); tim -= _timezone; -- cgit v1.2.3