From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id A264E38582A8; Thu, 1 Feb 2024 11:39:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A264E38582A8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706787541; bh=qHjbab2IOtQJZxtfxr4ZZX4Zy4KqHWpKgo3Pd/pzPsY=; h=From:To:Subject:Date:From; b=gRP0EUxpEaeQLJDFunXsJkZSTA/HdQukRGaqG/ahE7v9nmDeL7Xzsy0jLRvjNWEeH rYAyx889LxhjuD7CE6V5rl2mtl6+irPxFZ4nTbEgq3/wUfvFII7Z68LK+7gTKuwDVm GoQtwCV3xX+bd/NAZBBGUZh7M9l87+/ASoE2GRr4= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/main] Cygwin: export getlocalename_l X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/main X-Git-Oldrev: 71511d4ac8686c2220093cc01525311d9c88bc4e X-Git-Newrev: cd260e4daa53eae7166aac3a6efbe7ebcf05683f Message-Id: <20240201113901.A264E38582A8@sourceware.org> Date: Thu, 1 Feb 2024 11:39:01 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Dcd260e4daa5= 3eae7166aac3a6efbe7ebcf05683f commit cd260e4daa53eae7166aac3a6efbe7ebcf05683f Author: Corinna Vinschen AuthorDate: Sun Jan 21 13:24:52 2024 +0100 Commit: Corinna Vinschen CommitDate: Wed Jan 31 20:11:57 2024 +0100 Cygwin: export getlocalename_l =20 Signed-off-by: Corinna Vinschen Diff: --- 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(-) diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 9e354acc6195..4539496d19cb 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -696,6 +696,7 @@ getifaddrs SIGFE getitimer SIGFE getline =3D __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 a03340ed8b4c..e11ad90d6c46 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. =20 Note that we forgot to bump the api for ualarm, strtoll, strtoull, sigaltstack, sethostname. */ =20 #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 350 +#define CYGWIN_VERSION_API_MINOR 351 =20 /* There is also a compatibity version number associated with the shared m= emory regions. It is incremented when incompatible changes are made to the s= hared diff --git a/winsup/cygwin/release/3.6.0 b/winsup/cygwin/release/3.6.0 new file mode 100644 index 000000000000..6b0ec5dbce3a --- /dev/null +++ b/winsup/cygwin/release/3.6.0 @@ -0,0 +1,8 @@ +What's new: +----------- + +- New API call: getlocalename_l. + + +What changed: +-------------