diff options
Diffstat (limited to 'usr/src/man/man3c/pthread_atfork.3c')
-rw-r--r-- | usr/src/man/man3c/pthread_atfork.3c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man3c/pthread_atfork.3c b/usr/src/man/man3c/pthread_atfork.3c index 5268247209..3280ec5a8f 100644 --- a/usr/src/man/man3c/pthread_atfork.3c +++ b/usr/src/man/man3c/pthread_atfork.3c @@ -69,7 +69,7 @@ Insufficient table space exists to record the fork handler addresses. Solaris threads do not offer \fBpthread_atfork()\fR functionality (there is no \fBthr_atfork()\fR interface). However, a Solaris threads application can call \fBpthread_atfork()\fR to ensure \fBfork()\fR-safety, since the two thread APIs -are interoperable. See\fBfork\fR(2) for information relating to \fBfork()\fR in +are interoperable. See \fBfork\fR(2) for information relating to \fBfork()\fR in a Solaris threads environment in Solaris 10 relative to previous releases. .SH EXAMPLES .LP |