]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: export getlocalename_l
authorCorinna Vinschen <corinna@vinschen.de>
Sun, 21 Jan 2024 12:24:52 +0000 (13:24 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 31 Jan 2024 19:11:57 +0000 (20:11 +0100)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/cygwin.din
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/release/3.6.0 [new file with mode: 0644]

index 9e354acc6195042312b889b544336b6febd2e120..4539496d19cb5134a2eaf7f4de44e446d0709bea 100644 (file)
@@ -696,6 +696,7 @@ getifaddrs SIGFE
 getitimer SIGFE
 getline = __getline SIGFE
 getloadavg SIGFE
+getlocalename_l SIGFE
 getlogin NOSIGFE
 getlogin_r NOSIGFE
 getmntent SIGFE
index a03340ed8b4c1195ecc3bbcfec48d0e321210b01..e11ad90d6c4652ef72b34c17665d3f9b0c974a9f 100644 (file)
@@ -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 (file)
index 0000000..6b0ec5d
--- /dev/null
@@ -0,0 +1,8 @@
+What's new:
+-----------
+
+- New API call: getlocalename_l.
+
+
+What changed:
+-------------
This page took 0.034511 seconds and 5 git commands to generate.