diff options
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 | ||||
-rw-r--r-- | winsup/cygwin/include/sys/cygwin.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 268f99db7..ef332ce23 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -335,12 +335,13 @@ details. */ 186: Remove ancient V8 regexp functions. Also eliminate old crt0 interface which provided its own user_data structure. 187: Export cfmakeraw. + 188: Export CW_SET_PRIV_KEY. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 187 +#define CYGWIN_VERSION_API_MINOR 188 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible diff --git a/winsup/cygwin/include/sys/cygwin.h b/winsup/cygwin/include/sys/cygwin.h index 1ba18597d..8c1101051 100644 --- a/winsup/cygwin/include/sys/cygwin.h +++ b/winsup/cygwin/include/sys/cygwin.h @@ -140,7 +140,8 @@ typedef enum CW_DEBUG_SELF, CW_SYNC_WINENV, CW_CYGTLS_PADSIZE, - CW_SET_DOS_FILE_WARNING + CW_SET_DOS_FILE_WARNING, + CW_SET_PRIV_KEY } cygwin_getinfo_types; #define CW_NEXTPID 0x80000000 /* or with pid to get next one */ |