summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2000-02-25 17:59:42 +0000
committerAndy Polyakov <appro@openssl.org>2000-02-25 17:59:42 +0000
commite0b8b39f3a4cfbaf6e79a7db379e6d5af589835d (patch)
tree77b387e7bd9307e9361606b8d85c4320669c2971 /doc
parent87a025cbb44d976b6f9e6ee7ea09d8ade450bf08 (diff)
Linux is almost the only one where getpid() == thread-id. IRIX is
another one, but only if you stick to sproc(2).
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/threads.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/threads.pod b/doc/crypto/threads.pod
index 5f351a166a..5da056f3f8 100644
--- a/doc/crypto/threads.pod
+++ b/doc/crypto/threads.pod
@@ -33,7 +33,7 @@ lock. They can be useful for debugging.
id_function(void) is a function that returns a thread ID. It is not
needed on Windows nor on platforms where getpid() returns a different
-ID for each thread.
+ID for each thread (most notably Linux).
=head1 RETURN VALUES