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>
This commit is contained in:
@@ -184,7 +184,7 @@ details. */
|
||||
|
||||
/* Maximum number of timer expiration overruns. Not yet implemented. */
|
||||
#undef DELAYTIMER_MAX
|
||||
/* #define DELAYTIMER_MAX >= _POSIX_DELAYTIMER_MAX */
|
||||
#define DELAYTIMER_MAX __INT_MAX__
|
||||
|
||||
/* Maximum length of a host name. */
|
||||
#undef HOST_NAME_MAX
|
||||
|
Reference in New Issue
Block a user