diff options
-rw-r--r-- | winsup/cygwin/cygwin.din | 1 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 | ||||
-rw-r--r-- | winsup/cygwin/release/3.6.0 | 8 |
3 files changed, 11 insertions, 1 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 9e354ac..4539496 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -696,6 +696,7 @@ getifaddrs SIGFE getitimer SIGFE getline = __getline SIGFE getloadavg SIGFE +getlocalename_l SIGFE getlogin NOSIGFE getlogin_r NOSIGFE getmntent SIGFE diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index a03340e..e11ad90 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -485,12 +485,13 @@ details. */ 348: Add c8rtomb, mbrtoc. 349: Add fallocate. 350: Add close_range. + 351: Add getlocalename_l. Note that we forgot to bump the api for ualarm, strtoll, strtoull, sigaltstack, sethostname. */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 350 +#define CYGWIN_VERSION_API_MINOR 351 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible changes are made to the shared diff --git a/winsup/cygwin/release/3.6.0 b/winsup/cygwin/release/3.6.0 new file mode 100644 index 0000000..6b0ec5d --- /dev/null +++ b/winsup/cygwin/release/3.6.0 @@ -0,0 +1,8 @@ +What's new: +----------- + +- New API call: getlocalename_l. + + +What changed: +------------- |