This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Drop temporary declaration of GetSystemTimePreciseAsFileTime.


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2ceb202bc1d977fa5c5fe5f40283ce943beca18e

commit 2ceb202bc1d977fa5c5fe5f40283ce943beca18e
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Thu Feb 18 12:38:24 2016 +0100

    Drop temporary declaration of GetSystemTimePreciseAsFileTime.
    
    	* times.cc (GetSystemTimePreciseAsFileTime): Remove declaration
    	and accompanying comment.
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/times.cc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/winsup/cygwin/times.cc b/winsup/cygwin/times.cc
index f0359bf..e5aab8c 100644
--- a/winsup/cygwin/times.cc
+++ b/winsup/cygwin/times.cc
@@ -31,9 +31,6 @@ hires_ms NO_COPY gtod;
 
 hires_ns NO_COPY ntod;
 
-/* Temporary declare here until 32 bit w32api follows suit. */
-extern "C" { void WINAPI GetSystemTimePreciseAsFileTime (LPFILETIME); }
-
 static inline void __attribute__ ((always_inline))
 get_system_time (PLARGE_INTEGER systime)
 {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]