Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2024-01-21 15:24:52 +0300
committerCorinna Vinschen <corinna@vinschen.de>2024-01-24 12:15:44 +0300
commitc3eb0e54d456437af4829bacc48044acb38af6f8 (patch)
tree596600213e483612857ed7f0f6c41edb83258421
parent3bdd2dd8a913ab5b3820d29ed91391e12f58c469 (diff)
Cygwin: export getlocalename_l
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/cygwin.din1
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
-rw-r--r--winsup/cygwin/release/3.6.08
3 files changed, 11 insertions, 1 deletions
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:
+-------------