longjmp.3: Remove redundant warning

The warning that nonlocal gotos make a program hard to maintain
is also given in setjmp(3). No need to repeat it here.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-02-16 12:50:19 +01:00
parent 7a727dc4ab
commit fa03b85f87
1 changed files with 0 additions and 7 deletions

View File

@ -137,13 +137,6 @@ they are not declared as
.P
Analogous remarks apply for
.BR siglongjmp ().
.P
.BR longjmp ()
and
.BR siglongjmp ()
make programs hard to
understand and maintain.
If possible, an alternative should be used.
.SH SEE ALSO
.BR setjmp (3),
.BR sigsetjmp (3)