summaryrefslogtreecommitdiff
path: root/doc/posix-functions/asctime_r.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-04-25 23:08:38 +0200
committerBruno Haible <bruno@clisp.org>2010-04-25 23:08:38 +0200
commit309fac666a372897d6ffd18b624684cd64bb4f3c (patch)
treea8a64a99f98d59e7d3ff56888a11f8728ec607dc /doc/posix-functions/asctime_r.texi
parenta731808a4ac512228e870d5f443b91557f418559 (diff)
downloadgnulib-309fac666a372897d6ffd18b624684cd64bb4f3c.tar.gz
Use the 'extensions' module for some more functions on Solaris.
Diffstat (limited to 'doc/posix-functions/asctime_r.texi')
-rw-r--r--doc/posix-functions/asctime_r.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix-functions/asctime_r.texi b/doc/posix-functions/asctime_r.texi
index c3464f2d9e..bae8a1a047 100644
--- a/doc/posix-functions/asctime_r.texi
+++ b/doc/posix-functions/asctime_r.texi
@@ -4,10 +4,13 @@
POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/asctime_r.html}
-Gnulib module: ---
+Gnulib module: extensions
Portability problems fixed by Gnulib:
@itemize
+@item
+This function has an incompatible declaration on some platforms:
+Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
@end itemize
Portability problems not fixed by Gnulib:
@@ -16,9 +19,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
mingw.
@item
-This function has an incompatible declaration on some platforms:
-Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
-@item
This function may put more than 26 bytes into the argument buffer if an
invalid year is passed.
@end itemize