Cygwin: Implement sigtimedwait
Abstract out common code from sigwait/sigwaitinfo/sigtimedwait to implement the latter.
This commit is contained in:
committed by
Corinna Vinschen
parent
314ddf908c
commit
24ff42d79a
@@ -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
|
||||
|
Reference in New Issue
Block a user