Browse Source

Cygwin: export getlocalename_l

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
topic/3.6
Corinna Vinschen 2 years ago
parent
commit
cd260e4daa
  1. 1
      winsup/cygwin/cygwin.din
  2. 3
      winsup/cygwin/include/cygwin/version.h
  3. 8
      winsup/cygwin/release/3.6.0

1
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

3
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

8
winsup/cygwin/release/3.6.0

@ -0,0 +1,8 @@
What's new:
-----------
- New API call: getlocalename_l.
What changed:
-------------
Loading…
Cancel
Save