gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / doc / posix-functions / isspace.texi
index a4cc3f3..f70fef0 100644 (file)
@@ -2,12 +2,16 @@
 @section @code{isspace}
 @findex isspace
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isspace.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isspace.html}
 
-Gnulib module: ---
+Gnulib module: ctype
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
+This function cannot be called from plain inline or extern inline functions
+on some platforms:
+OS X 10.8.
 @end itemize
 
 Portability problems not fixed by Gnulib: