Cygwin: Implement sigtimedwait

Abstract out common code from sigwait/sigwaitinfo/sigtimedwait to
implement the latter.
This commit is contained in:
Mark Geisert
2017-12-14 17:05:55 -08:00
committed by Corinna Vinschen
parent 314ddf908c
commit 24ff42d79a
5 changed files with 39 additions and 5 deletions

View File

@@ -492,12 +492,13 @@ details. */
321: Export wmempcpy.
322: [w]scanf %m modifier.
323: scanf %l[ conversion.
324: Export sigtimedwait.
Note that we forgot to bump the api for ualarm, strtoll, strtoull,
sigaltstack, sethostname. */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 323
#define CYGWIN_VERSION_API_MINOR 324
/* There is also a compatibity version number associated with the shared memory
regions. It is incremented when incompatible changes are made to the shared