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

« back to all changes in this revision

Viewing changes to man3/longjmp.3

  • Committer: Bazaar Package Importer
  • Author(s): Joey Schulze
  • Date: 2010-03-02 21:49:58 UTC
  • mfrom: (1.1.42 upstream) (2.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100302214958-69yjgb70t7wrjo3m
New upstream version
. Remove crufty statement in setuid(2) that seteuid() is not in POSIX
(closes: Bug#569812)
. Fix description of 'nochdir' argument in daemon(3) (closes: Bug#554819)
. Fix NAME line in path_resolution(7) (closes: Bug#558300)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
.\" "
26
26
.TH LONGJMP 3 2009-01-13 "" "Linux Programmer's Manual"
27
27
.SH NAME
28
 
longjmp, siglongjmp \- non-local jump to a saved stack context
 
28
longjmp, siglongjmp \- nonlocal jump to a saved stack context
29
29
.SH SYNOPSIS
30
30
.nf
31
31
.B #include <setjmp.h>
73
73
If, and only if, the
74
74
.BR sigsetjmp (3)
75
75
call that set this
76
 
\fIenv\fP used a non-zero \fIsavesigs\fP flag,
 
76
\fIenv\fP used a nonzero \fIsavesigs\fP flag,
77
77
.BR siglongjmp ()
78
78
also restores the signal mask that was saved by
79
79
.BR sigsetjmp (3).
125
125
.BR setjmp (3),
126
126
.BR sigsetjmp (3)
127
127
.SH COLOPHON
128
 
This page is part of release 3.23 of the Linux
 
128
This page is part of release 3.24 of the Linux
129
129
.I man-pages
130
130
project.
131
131
A description of the project,