extern-inline: port better to OS X 10.9
[gnulib.git] / doc / posix-functions / memmove.texi
index 3ddfb5e..5d32e14 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{memmove}
 @findex memmove
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/memmove.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/memmove.html}
 
 Gnulib module: memmove
 
@@ -10,6 +10,10 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on some older platforms.
+@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: