cygwin: export fls, flsl, flsll
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
187066dcad
commit
2d9c69da1c
|
@ -506,6 +506,9 @@ flockfile SIGFE
|
||||||
floor NOSIGFE
|
floor NOSIGFE
|
||||||
floorf NOSIGFE
|
floorf NOSIGFE
|
||||||
floorl NOSIGFE
|
floorl NOSIGFE
|
||||||
|
fls NOSIGFE
|
||||||
|
flsl NOSIGFE
|
||||||
|
flsll NOSIGFE
|
||||||
fma NOSIGFE
|
fma NOSIGFE
|
||||||
fmaf NOSIGFE
|
fmaf NOSIGFE
|
||||||
fmal NOSIGFE
|
fmal NOSIGFE
|
||||||
|
|
|
@ -477,12 +477,13 @@ details. */
|
||||||
310: Export reallocarray.
|
310: Export reallocarray.
|
||||||
311: Export __xpg_sigpause.
|
311: Export __xpg_sigpause.
|
||||||
312: Export strverscmp, versionsort.
|
312: Export strverscmp, versionsort.
|
||||||
|
313: Export fls, flsl, flsll.
|
||||||
|
|
||||||
Note that we forgot to bump the api for ualarm, strtoll, strtoull,
|
Note that we forgot to bump the api for ualarm, strtoll, strtoull,
|
||||||
sigaltstack, sethostname. */
|
sigaltstack, sethostname. */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_API_MAJOR 0
|
#define CYGWIN_VERSION_API_MAJOR 0
|
||||||
#define CYGWIN_VERSION_API_MINOR 312
|
#define CYGWIN_VERSION_API_MINOR 313
|
||||||
|
|
||||||
/* There is also a compatibity version number associated with the shared memory
|
/* There is also a compatibity version number associated with the shared memory
|
||||||
regions. It is incremented when incompatible changes are made to the shared
|
regions. It is incremented when incompatible changes are made to the shared
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
What's new:
|
What's new:
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
- New API: fls, flsl, flsll.
|
||||||
|
|
||||||
|
|
||||||
What changed:
|
What changed:
|
||||||
-------------
|
-------------
|
||||||
|
|
|
@ -1149,6 +1149,9 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
finitel
|
finitel
|
||||||
fiprintf
|
fiprintf
|
||||||
flock (see chapter "Implementation Notes")
|
flock (see chapter "Implementation Notes")
|
||||||
|
fls
|
||||||
|
flsl
|
||||||
|
flsll
|
||||||
forkpty
|
forkpty
|
||||||
fpurge
|
fpurge
|
||||||
fputc_unlocked
|
fputc_unlocked
|
||||||
|
|
Loading…
Reference in New Issue