summaryrefslogtreecommitdiff
path: root/doc/glibc-functions/ffsll.texi
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-07-15 15:08:34 -0600
committerEric Blake <eblake@redhat.com>2011-07-15 15:13:31 -0600
commit9c6e26caf1aeb2f0de445dc3fa568b6e82701bc2 (patch)
tree8078d3098f8a0b04d6b93434dddc344b0318b75d /doc/glibc-functions/ffsll.texi
parent634254cdcf5136652dc851a6e34431c554348ddb (diff)
downloadgnulib-9c6e26caf1aeb2f0de445dc3fa568b6e82701bc2.tar.gz
ffsl, ffsll: new modules
* modules/ffsl: New file. * modules/ffsll: Likewise. * m4/ffsl.m4: Likewise. * m4/ffsll.m4: Likewise. * lib/ffsl.c: Likewise. * lib/ffsl.h: Likewise. * lib/ffsll.c: Likewise. * m4/string_h.m4 (gl_HEADER_STRING_H_BODY) (gl_HEADER_STRING_H_DEFAULTS): Add defaults. * modules/string (Makefile.am): Substitute witnesses. * lib/strings.in.h (ffsl, ffsll): Declare. * modules/ffsl-tests: New test file. * modules/ffsll-tests: Likewise. * tests/test-ffsl.c: Likewise. * tests/test-ffsll.c: Likewise. * MODULES.html.sh (Integer arithmetic functions): Mention it. * doc/glibc-functions/ffsl.texi (ffsl): Likewise. * doc/glibc-functions/ffsll.texi (ffsll): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'doc/glibc-functions/ffsll.texi')
-rw-r--r--doc/glibc-functions/ffsll.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/glibc-functions/ffsll.texi b/doc/glibc-functions/ffsll.texi
index b7ceeeb56e..ad2faf153b 100644
--- a/doc/glibc-functions/ffsll.texi
+++ b/doc/glibc-functions/ffsll.texi
@@ -2,15 +2,15 @@
@subsection @code{ffsll}
@findex ffsll
-Gnulib module: ---
+Gnulib module: ffsll
Portability problems fixed by Gnulib:
@itemize
+@item
+This function is missing on all non-glibc platforms:
+MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
-@item
-This function is missing on all non-glibc platforms:
-MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
@end itemize