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] Cygwin: export hires counter ntod


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

commit 6d2f1d79a8ee0ae5bd6ac5f1f865a5ca761028a0
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Mar 6 18:23:23 2018 +0100

    Cygwin: export hires counter ntod
    
    Needed it new AF_UNIX socket code
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/hires.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/winsup/cygwin/hires.h b/winsup/cygwin/hires.h
index 5c75cf6..04ee606 100644
--- a/winsup/cygwin/hires.h
+++ b/winsup/cygwin/hires.h
@@ -67,4 +67,5 @@ class hires_ms : public hires_base
 };
 
 extern hires_ms gtod;
+extern hires_ns ntod;
 #endif /*__HIRES_H__*/


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