* 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:
@ -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
|
||||
|
Reference in New Issue
Block a user