summaryrefslogtreecommitdiff
path: root/lib/libc/sys/sigaltstack.2
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2012-03-02 18:07:17 +0000
committerjoerg <joerg@NetBSD.org>2012-03-02 18:07:17 +0000
commite2cdddb402a3479c9efb1cb10dcca5488cbdd1eb (patch)
treec7533e9df4bda17c618bd4a6ea39ea90e083a2fd /lib/libc/sys/sigaltstack.2
parent301fafcb8a3215f211bfe1de86ad2a5bbe09b002 (diff)
Drop obsolete incompatibility note for interaction with libpthread.
Diffstat (limited to 'lib/libc/sys/sigaltstack.2')
-rw-r--r--lib/libc/sys/sigaltstack.210
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libc/sys/sigaltstack.2 b/lib/libc/sys/sigaltstack.2
index e9cb57d3307..08bc398803e 100644
--- a/lib/libc/sys/sigaltstack.2
+++ b/lib/libc/sys/sigaltstack.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: sigaltstack.2,v 1.22 2009/04/16 18:37:29 wiz Exp $
+.\" $NetBSD: sigaltstack.2,v 1.23 2012/03/02 18:07:17 joerg Exp $
.\"
.\" Copyright (c) 1983, 1991, 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)sigaltstack.2 8.2 (Berkeley) 5/1/95
.\"
-.Dd April 16, 2009
+.Dd March 2, 2012
.Dt SIGALTSTACK 2
.Os
.Sh NAME
@@ -170,9 +170,3 @@ the
.Fn sigstack
system call, appeared in
.Bx 4.2 .
-.Sh CAVEATS
-Due to limitations in the current pthread implementation,
-.Nm
-should not be used in programs which link against the
-.Xr pthread 3
-library (whether threads are used or not).