summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-05-09 10:53:56 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-05-09 10:53:56 +0000
commit5984622e7b8b1409505d9ea6aee94d275069d4a4 (patch)
tree63ebe9099bd16fe1a7a56ef8cd8bd9e456327b0a
parent0359df8c95db515a6330f3f684b9b5d04e64f934 (diff)
Added_CS_GNU_LIBC_VERSION and_CS_GNU_LIBPTHREAD_VERSION.
-rw-r--r--man3/confstr.315
1 files changed, 12 insertions, 3 deletions
diff --git a/man3/confstr.3 b/man3/confstr.3
index 598e461e..b2f40972 100644
--- a/man3/confstr.3
+++ b/man3/confstr.3
@@ -21,10 +21,11 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" License.
.\" Modified Sat Jul 24 19:53:02 1993 by Rik Faith (faith@cs.unc.edu)
-.\" FIXME Since about glibc 2.3.2, many more values for 'name' are
-.\" supported, some of which are documented under 'info confstr'.
-.\" See <bits/confname.h> for the rest.
+.\" FIXME Many more values for 'name' are supported, some of which
+.\" are documented under 'info confstr'.
+.\" See <bits/confname.h> for the rest.
.\" These should all be added to this page.
+.\" See also the SUSv3 specification of confstr()
.TH CONFSTR 3 1993-04-17 "GNU" "Linux Programmer's Manual"
.SH NAME
confstr \- get configuration dependent string variables
@@ -47,6 +48,14 @@ The
argument is the system variable to be queried.
The following variables are supported:
.TP
+.BR _CS_GNU_LIBC_VERSION " (GNU C library only; since glibc 2.3.2)"
+A string which identifies the GNU C library version on this system
+(e.g, "glibc 2.3.4").
+.TP
+.BR _CS_GNU_LIBPTHREAD_VERSION " (GNU C library only; since glibc 2.3.2)"
+A string which identifies the POSIX implementation supplied by this
+C library (e.g, "NPTL 2.3.4" or "linuxthreads-0.10").
+.TP
.B _CS_PATH
A value for the
.B PATH