From ee964e2f97ca0ca9033b6daf975cada710a46737 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 6 Jun 2002 00:09:55 +0000 Subject: * cygwin.din: Eliminate some newlib wrappers. * path.cc (get_devn): Only consider first 99 potential com devices. (get_device_number): Ditto. * times.cc (_times): Eliminate. (_times): Renamed from times(). --- winsup/cygwin/times.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'winsup/cygwin/times.cc') diff --git a/winsup/cygwin/times.cc b/winsup/cygwin/times.cc index 6769b4e74..e8a886b71 100644 --- a/winsup/cygwin/times.cc +++ b/winsup/cygwin/times.cc @@ -46,7 +46,7 @@ __to_clock_t (FILETIME * src, int flag) /* times: POSIX 4.5.2.1 */ extern "C" clock_t -times (struct tms * buf) +_times (struct tms * buf) { FILETIME creation_time, exit_time, kernel_time, user_time; @@ -86,12 +86,6 @@ times (struct tms * buf) return tc; } -extern "C" clock_t -_times (struct tms * buf) -{ - return times (buf); -} - /* settimeofday: BSD */ extern "C" int settimeofday (const struct timeval *tv, const struct timezone *tz) -- cgit v1.2.3