* cygwin.din: Export setreuid32, setreuid, setregid32, setregid.

* syscalls.cc (setreuid32): New function.
	(setreuid): Ditto.
	(setregid32): Ditto.
	(setregid): Ditto.
	* include/cygwin/version.h: Bump API minor number.
This commit is contained in:
Corinna Vinschen
2003-01-24 15:23:15 +00:00
parent ac4133746e
commit 7d33eefa7b
4 changed files with 68 additions and 1 deletions

View File

@ -170,12 +170,13 @@ details. */
70: Export asprintf, _asprintf_r, vasprintf, _vasprintf_r
71: Export strerror_r
72: Export nanosleep
73: Export setreuid32, setreuid, setregid32, setregid
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 72
#define CYGWIN_VERSION_API_MINOR 73
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible