From cd260e4daa53eae7166aac3a6efbe7ebcf05683f Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sun, 21 Jan 2024 13:24:52 +0100 Subject: [PATCH] Cygwin: export getlocalename_l Signed-off-by: Corinna Vinschen --- winsup/cygwin/cygwin.din | 1 + winsup/cygwin/include/cygwin/version.h | 3 ++- winsup/cygwin/release/3.6.0 | 8 ++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 winsup/cygwin/release/3.6.0 diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 9e354acc6..4539496d1 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 a03340ed8..e11ad90d6 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 000000000..6b0ec5dbc --- /dev/null +++ b/winsup/cygwin/release/3.6.0 @@ -0,0 +1,8 @@ +What's new: +----------- + +- New API call: getlocalename_l. + + +What changed: +------------- -- 2.43.5