summaryrefslogtreecommitdiff
path: root/doc
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
parenta731808a4ac512228e870d5f443b91557f418559 (diff)
downloadgnulib-309fac666a372897d6ffd18b624684cd64bb4f3c.tar.gz
Use the 'extensions' module for some more functions on Solaris.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/asctime_r.texi8
-rw-r--r--doc/posix-functions/ctime_r.texi8
-rw-r--r--doc/posix-functions/getgrgid_r.texi8
-rw-r--r--doc/posix-functions/getgrnam_r.texi8
-rw-r--r--doc/posix-functions/getlogin_r.texi6
-rw-r--r--doc/posix-functions/getpwnam_r.texi8
-rw-r--r--doc/posix-functions/getpwuid_r.texi8
-rw-r--r--doc/posix-functions/readdir_r.texi8
-rw-r--r--doc/posix-functions/sigwait.texi8
9 files changed, 35 insertions, 35 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
diff --git a/doc/posix-functions/ctime_r.texi b/doc/posix-functions/ctime_r.texi
index 4e186b6d6c..3a05083228 100644
--- a/doc/posix-functions/ctime_r.texi
+++ b/doc/posix-functions/ctime_r.texi
@@ -4,10 +4,13 @@
POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ctime_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
diff --git a/doc/posix-functions/getgrgid_r.texi b/doc/posix-functions/getgrgid_r.texi
index f5d40fea0d..2f1c5c8499 100644
--- a/doc/posix-functions/getgrgid_r.texi
+++ b/doc/posix-functions/getgrgid_r.texi
@@ -4,10 +4,13 @@
POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getgrgid_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:
@@ -15,7 +18,4 @@ Portability problems not fixed by Gnulib:
@item
This function is missing on some platforms:
mingw, BeOS.
-@item
-This function has an incompatible declaration on some platforms:
-Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
@end itemize
diff --git a/doc/posix-functions/getgrnam_r.texi b/doc/posix-functions/getgrnam_r.texi
index 04dd2cfe60..02d31448a0 100644
--- a/doc/posix-functions/getgrnam_r.texi
+++ b/doc/posix-functions/getgrnam_r.texi
@@ -4,10 +4,13 @@
POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getgrnam_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:
@@ -15,7 +18,4 @@ Portability problems not fixed by Gnulib:
@item
This function is missing on some platforms:
mingw, BeOS.
-@item
-This function has an incompatible declaration on some platforms:
-Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
@end itemize
diff --git a/doc/posix-functions/getlogin_r.texi b/doc/posix-functions/getlogin_r.texi
index ba8f52416d..aaecea6117 100644
--- a/doc/posix-functions/getlogin_r.texi
+++ b/doc/posix-functions/getlogin_r.texi
@@ -11,11 +11,11 @@ Portability problems fixed by Gnulib:
@item
This function is missing on some platforms:
NetBSD 3.0, mingw.
+@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:
@itemize
-@item
-This function has an incompatible declaration on some platforms:
-Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
@end itemize
diff --git a/doc/posix-functions/getpwnam_r.texi b/doc/posix-functions/getpwnam_r.texi
index 66616d58f6..91b6ca2155 100644
--- a/doc/posix-functions/getpwnam_r.texi
+++ b/doc/posix-functions/getpwnam_r.texi
@@ -4,10 +4,13 @@
POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpwnam_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:
@@ -15,7 +18,4 @@ Portability problems not fixed by Gnulib:
@item
This function is missing on some platforms:
OpenBSD 3.8, mingw, BeOS.
-@item
-This function has an incompatible declaration on some platforms:
-Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
@end itemize
diff --git a/doc/posix-functions/getpwuid_r.texi b/doc/posix-functions/getpwuid_r.texi
index d38541ca3a..8e90a779c9 100644
--- a/doc/posix-functions/getpwuid_r.texi
+++ b/doc/posix-functions/getpwuid_r.texi
@@ -4,10 +4,13 @@
POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpwuid_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:
@@ -15,7 +18,4 @@ Portability problems not fixed by Gnulib:
@item
This function is missing on some platforms:
OpenBSD 3.8, mingw, BeOS.
-@item
-This function has an incompatible declaration on some platforms:
-Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
@end itemize
diff --git a/doc/posix-functions/readdir_r.texi b/doc/posix-functions/readdir_r.texi
index bb90c2edfc..a0f7f789a1 100644
--- a/doc/posix-functions/readdir_r.texi
+++ b/doc/posix-functions/readdir_r.texi
@@ -4,10 +4,13 @@
POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/readdir_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:
@@ -15,7 +18,4 @@ Portability problems not fixed by Gnulib:
@item
This function is missing on some platforms:
mingw, BeOS.
-@item
-This function has an incompatible declaration on some platforms:
-Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
@end itemize
diff --git a/doc/posix-functions/sigwait.texi b/doc/posix-functions/sigwait.texi
index 21fb89d30e..15bc4002e7 100644
--- a/doc/posix-functions/sigwait.texi
+++ b/doc/posix-functions/sigwait.texi
@@ -4,10 +4,13 @@
POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigwait.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, BeOS.
@item
-This function has an incompatible declaration on some platforms:
-Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
-@item
On Linux/glibc platforms before the advent of NPTL, signals could only be
sent to one particular thread. In POSIX, signals are sent to the entire
process and executed by any thread of the process that happens to have the