ChangeLog already commited yesterday:
* external.cc (check_ntsec): New function. (cygwin_internal): Add CW_CHECK_NTSEC handling to call check_ntsec() from applications. * include/cygwin/version.h: Bump API minor number. * include/sys/cygwin.h (cygwin_getinfo_types): Add CW_CHECK_NTSEC.
This commit is contained in:
@ -197,12 +197,13 @@ details. */
|
||||
fgetpos64 fopen64 freopen64 fseeko64 fsetpos64 ftello64
|
||||
_open64 _lseek64 _fstat64 _stat64 mknod32
|
||||
80: Export pthread_rwlock stuff
|
||||
81: CW_CHECK_NTSEC addition to external.cc
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 80
|
||||
#define CYGWIN_VERSION_API_MINOR 81
|
||||
|
||||
/* There is also a compatibity version number associated with the
|
||||
shared memory regions. It is incremented when incompatible
|
||||
|
@ -71,7 +71,8 @@ typedef enum
|
||||
CW_STRACE_ACTIVE,
|
||||
CW_CYGWIN_PID_TO_WINPID,
|
||||
CW_EXTRACT_DOMAIN_AND_USER,
|
||||
CW_CMDLINE
|
||||
CW_CMDLINE,
|
||||
CW_CHECK_NTSEC
|
||||
} cygwin_getinfo_types;
|
||||
|
||||
#define CW_NEXTPID 0x80000000 /* or with pid to get next one */
|
||||
|
Reference in New Issue
Block a user