]> sourceware.org Git - newlib-cygwin.git/commitdiff
cygwin: export fls, flsl, flsll
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 11 Jul 2017 08:31:44 +0000 (10:31 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 11 Jul 2017 08:31:44 +0000 (10:31 +0200)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/common.din
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/release/2.8.2
winsup/doc/posix.xml

index 93316532c88c0bd16265ef471e2ac1b5ddf5df10..08baa9e07fde57797c8a605ff1948dcfe5444aad 100644 (file)
@@ -506,6 +506,9 @@ flockfile SIGFE
 floor NOSIGFE
 floorf NOSIGFE
 floorl NOSIGFE
+fls NOSIGFE
+flsl NOSIGFE
+flsll NOSIGFE
 fma NOSIGFE
 fmaf NOSIGFE
 fmal NOSIGFE
index 496fa145f31b8b2a54684fe481d3be1b154195a0..c9f9c8de8ad7b618cc571651342024cd2ddf750b 100644 (file)
@@ -477,12 +477,13 @@ details. */
   310: Export reallocarray.
   311: Export __xpg_sigpause.
   312: Export strverscmp, versionsort.
+  313: Export fls, flsl, flsll.
 
   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 312
+#define CYGWIN_VERSION_API_MINOR 313
 
 /* There is also a compatibity version number associated with the shared memory
    regions.  It is incremented when incompatible changes are made to the shared
index 720880977bc6a6cc8c88845cd0664c9125fa42a2..467396a6826b969fad19a730a4db38ca006b9d49 100644 (file)
@@ -1,6 +1,8 @@
 What's new:
 -----------
 
+- New API: fls, flsl, flsll.
+
 
 What changed:
 -------------
index 7e28427b450991fea8a459a1d4d0b4d6971e18ec..bc506434f861ac126c4eb4c9159d054934128ad5 100644 (file)
@@ -1149,6 +1149,9 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     finitel
     fiprintf
     flock                      (see chapter "Implementation Notes")
+    fls
+    flsl
+    flsll
     forkpty
     fpurge
     fputc_unlocked
This page took 0.035055 seconds and 5 git commands to generate.