mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
Cygwin: export getlocalename_l
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
71511d4ac8
commit
cd260e4daa
@ -696,6 +696,7 @@ getifaddrs SIGFE
|
||||
getitimer SIGFE
|
||||
getline = __getline SIGFE
|
||||
getloadavg SIGFE
|
||||
getlocalename_l SIGFE
|
||||
getlogin NOSIGFE
|
||||
getlogin_r NOSIGFE
|
||||
getmntent SIGFE
|
||||
|
@ -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
Normal file
8
winsup/cygwin/release/3.6.0
Normal file
@ -0,0 +1,8 @@
|
||||
What's new:
|
||||
-----------
|
||||
|
||||
- New API call: getlocalename_l.
|
||||
|
||||
|
||||
What changed:
|
||||
-------------
|
Loading…
x
Reference in New Issue
Block a user