aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2024-01-21 13:24:52 +0100
committerCorinna Vinschen <corinna@vinschen.de>2024-01-31 20:11:57 +0100
commitcd260e4daa53eae7166aac3a6efbe7ebcf05683f (patch)
tree0c68df6d01fe24a1d6d6d6180d25faad2e8abddc
parent71511d4ac8686c2220093cc01525311d9c88bc4e (diff)
downloadnewlib-cd260e4daa53eae7166aac3a6efbe7ebcf05683f.zip
newlib-cd260e4daa53eae7166aac3a6efbe7ebcf05683f.tar.gz
newlib-cd260e4daa53eae7166aac3a6efbe7ebcf05683f.tar.bz2
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 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:
+-------------