xref: /original-bsd/lib/libc/sys/sigstack.2 (revision c3e32dec)
1.\" Copyright (c) 1983, 1992, 1993
2.\"	The Regents of the University of California.  All rights reserved.
3.\"
4.\" %sccs.include.redist.man%
5.\"
6.\"     @(#)sigstack.2	8.1 (Berkeley) 06/04/93
7.\"
8.Dd
9.Dt SIGSTACK 2
10.Os BSD 4.2
11.Sh NAME
12.Nm sigstack
13.Nd set and/or get signal stack context
14.Sh DESCRIPTION
15The
16.Fn sigstack
17function has been deprecated in favor of the interface described in
18.Xr sigaltstack 2 .
19.Sh SEE ALSO
20.Xr sigaltstack 2
21.Sh HISTORY
22The
23.Nm
24function call appeared in
25.Bx 4.2 .
26