~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man2/sigaltstack.2

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-17 16:35:58 UTC
  • mfrom: (1.1.45 upstream) (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101117163558-9h3ho5jumqm3rdmd
Tags: 3.27-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
.\" the source, must acknowledge the copyright and authors of this work.
23
23
.\"
24
24
.\" aeb, various minor fixes
25
 
.TH SIGALTSTACK 2 2008-10-04 "Linux" "Linux Programmer's Manual"
 
25
.TH SIGALTSTACK 2 2010-09-20 "Linux" "Linux Programmer's Manual"
26
26
.SH NAME
27
27
sigaltstack \- set and/or get signal stack context
28
28
.SH SYNOPSIS
36
36
.in
37
37
.sp
38
38
.BR sigaltstack ():
39
 
_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500
40
 
.\" .br
41
 
.\" .BR sigstack ():
42
 
.\" _BSD_SOURCE || _XOPEN_SOURCE >= 500
 
39
.ad l
 
40
.RS 4
 
41
.PD 0
 
42
.TP 4
 
43
Since glibc 2.12
 
44
_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
 
45
_XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED ||
 
46
_POSIX_C_SOURCE\ >=\ 200809L || _XOPEN_SOURCE\ >=\ 700
 
47
.TP
 
48
Before glibc 2.12
 
49
_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
 
50
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
 
51
.PD
 
52
.RE
 
53
.ad
43
54
.SH DESCRIPTION
44
55
.BR sigaltstack ()
45
56
allows a process to define a new alternate
229
240
.BR sigsetjmp (3),
230
241
.BR signal (7)
231
242
.SH COLOPHON
232
 
This page is part of release 3.26 of the Linux
 
243
This page is part of release 3.27 of the Linux
233
244
.I man-pages
234
245
project.
235
246
A description of the project,