aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/times.cc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-02-18 12:38:24 +0100
committerCorinna Vinschen <corinna@vinschen.de>2016-02-18 12:38:24 +0100
commit2ceb202bc1d977fa5c5fe5f40283ce943beca18e (patch)
tree6134024a67cb53d6b0515d387b5823e88f3d89b2 /winsup/cygwin/times.cc
parent205862ed08649df8f50b926a2c58c963f571b044 (diff)
downloadnewlib-2ceb202bc1d977fa5c5fe5f40283ce943beca18e.zip
newlib-2ceb202bc1d977fa5c5fe5f40283ce943beca18e.tar.gz
newlib-2ceb202bc1d977fa5c5fe5f40283ce943beca18e.tar.bz2
Drop temporary declaration of GetSystemTimePreciseAsFileTime.
* times.cc (GetSystemTimePreciseAsFileTime): Remove declaration and accompanying comment. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/times.cc')
-rw-r--r--winsup/cygwin/times.cc3
1 files changed, 0 insertions, 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)
{