* cygwin.din: Add symbols for endutent(), getutent(), getutid(),

getutline(), setutent() and utmpname().
	* syscalls.cc (setutent): New function.
	(endutent): Ditto.
	(utmpname): Ditto.
	(getutent): Ditto.
	(getutid): Ditto.
	(getutline): Ditto.
	* include/cygwin/version.h: Bump API minor version.
This commit is contained in:
Corinna Vinschen
2001-12-28 15:53:27 +00:00
parent 423d5064f2
commit 971ec8d310
4 changed files with 124 additions and 1 deletions

View File

@ -146,12 +146,13 @@ details. */
46: Remove cygwin_getshared
47: Report EOTWarningZoneSize in struct mtget.
48: Export "posix" regex functions
49: Export setutent, endutent, utmpname, getutent, getutid, getutline.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 48
#define CYGWIN_VERSION_API_MINOR 49
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible