Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/thread.h')
-rw-r--r--winsup/cygwin/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/thread.h b/winsup/cygwin/thread.h
index 88586ac4e..12a9ef26d 100644
--- a/winsup/cygwin/thread.h
+++ b/winsup/cygwin/thread.h
@@ -587,10 +587,10 @@ public:
} *readers;
fast_mutex readers_mx;
- int rdlock ();
+ int rdlock (PLARGE_INTEGER timeout = NULL);
int tryrdlock ();
- int wrlock ();
+ int wrlock (PLARGE_INTEGER timeout = NULL);
int trywrlock ();
int unlock ();