* cygwin.din (updwtmpx): Export.
* syscalls.cc (updwtmpx): New function. * include/utmpx.h (updwtmpx): Declare. * include/cygwin/version.h: Bump API minor number to 153.
This commit is contained in:
@ -285,12 +285,13 @@ details. */
|
||||
150: Export getsubopt.
|
||||
151: Export __opendir_with_d_ino
|
||||
152: Revert to having d_ino in dirent unconditionally.
|
||||
153: Export updwtmpx.
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 152
|
||||
#define CYGWIN_VERSION_API_MINOR 153
|
||||
|
||||
/* 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