gnulib-tool.py: Handle absolute path checks consistently.
[gnulib.git] / doc / glibc-functions / ffsl.texi
blobfbe4f20092631eeeddbb63421e9cbdc73c335104
1 @node ffsl
2 @subsection @code{ffsl}
3 @findex ffsl
5 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ffsl.3.html,,man ffsl}
7 Gnulib module: ffsl
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 FreeBSD 5.2.1, NetBSD 10.0, OpenBSD 6.7, Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 10, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
14 @item
15 This function is declared in @code{<strings.h>} instead of @code{<string.h>}
16 on some platforms:
17 AIX 7.2, Android 13.
18 @end itemize
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @item
23 This function is only defined as an inline function on some platforms:
24 Android 13.
25 @end itemize