* external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTE

handling.
	* include/cygwin/version.h: Bump API minor number.
	* include/sys/cygwin.h (cygwin_getinfo_types): Add
	CW_GET_POSIX_SECURITY_ATTRIBUTE.

	* exceptions.cc (init_global_security): Move from here...
	* sec_helper.cc (init_global_security): ...to here.
This commit is contained in:
Corinna Vinschen
2003-11-04 15:48:19 +00:00
parent c35391d0d2
commit bcd06214e1
6 changed files with 42 additions and 16 deletions

View File

@@ -223,13 +223,14 @@ details. */
96: CW_GET_ERRNO_FROM_WINERROR addition to external.cc
97: Export sem_open, sem_close, sem_timedwait, sem_getvalue.
98: Export _tmpfile64.
99: CW_GET_POSIX_SECURITY_ATTRIBUTE 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 98
#define CYGWIN_VERSION_API_MINOR 99
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible