mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
sigreturn(2): Remove ancient compatibility warning about 4.2BSD.
The HISTORY subsection still says that sigreturn() was added in 4.3BSD.
This commit is contained in:
parent
a6f45121b5
commit
0bbacb9c66
1 changed files with 0 additions and 4 deletions
|
|
@ -56,10 +56,6 @@ Execution resumes at the specified pc.
|
|||
This system call is used by the trampoline code and
|
||||
.Xr longjmp 3
|
||||
when returning from a signal to the previously executing program.
|
||||
.Sh NOTES
|
||||
This system call is not available in
|
||||
.Bx 4.2
|
||||
hence it should not be used if backward compatibility is needed.
|
||||
.Sh RETURN VALUES
|
||||
If successful, the system call does not return.
|
||||
Otherwise, a value of -1 is returned and
|
||||
|
|
|
|||
Loading…
Reference in a new issue