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:
authorCorinna Vinschen <corinna@vinschen.de>2019-01-12 23:19:52 +0300
committerCorinna Vinschen <corinna@vinschen.de>2019-01-12 23:26:07 +0300
commit9e295a8d193e138808931816f5858761ff08f402 (patch)
tree62d319602869f3a2ee4991a4234b1eafc8ffe28c /winsup/cygwin/common.din
parent961be8d726a81918d8d34c9dae603e7820a2416f (diff)
Cygwin: posix timers: implement timer_getoverrun
- set DELAYTIMER_MAX to INT_MAX - make sure to set siginfo_t::si_overrun, as on Linux Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/common.din')
-rw-r--r--winsup/cygwin/common.din1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din
index d1d955542..a6363e1ba 100644
--- a/winsup/cygwin/common.din
+++ b/winsup/cygwin/common.din
@@ -1484,6 +1484,7 @@ timegm NOSIGFE
timelocal SIGFE
timer_create SIGFE
timer_delete SIGFE
+timer_getoverrun SIGFE
timer_gettime SIGFE
timer_settime SIGFE
times SIGFE