From 4a52441f7bae10f0e75442ce9ac6fff23a19a452 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 14 Dec 2001 00:43:37 +0000 Subject: [PATCH] removed func proto for gmtime_r and localtime_r --- src/libCom/osi/os/WIN32/osdTime.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libCom/osi/os/WIN32/osdTime.h b/src/libCom/osi/os/WIN32/osdTime.h index 81b12c218..916a731e5 100644 --- a/src/libCom/osi/os/WIN32/osdTime.h +++ b/src/libCom/osi/os/WIN32/osdTime.h @@ -13,7 +13,4 @@ struct timespec { long tv_nsec; /* nanoseconds within the second */ }; -struct tm *gmtime_r (const time_t *, struct tm *); -struct tm *localtime_r (const time_t *, struct tm *); - #endif /* ifndef osdTimeh */ \ No newline at end of file