sigvec.2 (251c176f415c9dc57b7c8c063aec4208bfc2efa6) | sigvec.2 (c23155a43a8fbd8404b4d7bca71c292e92fb4870) |
---|---|
1.\" Copyright (c) 1980, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 190 unchanged lines hidden (view full) --- 199is 200.Dv SIG_IGN 201current and pending instances 202of the signal are ignored and discarded. 203.Pp 204If a signal is caught during the system calls listed below, 205the call is normally restarted. 206The call can be forced to terminate prematurely with an | 1.\" Copyright (c) 1980, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 190 unchanged lines hidden (view full) --- 199is 200.Dv SIG_IGN 201current and pending instances 202of the signal are ignored and discarded. 203.Pp 204If a signal is caught during the system calls listed below, 205the call is normally restarted. 206The call can be forced to terminate prematurely with an |
207.Dv EINTR | 207.Er EINTR |
208error return by setting the 209.Dv SV_INTERRUPT 210bit in 211.Fa sv_flags . 212The affected system calls include 213.Xr read 2 , 214.Xr write 2 , 215.Xr sendto 2 , --- 114 unchanged lines hidden --- | 208error return by setting the 209.Dv SV_INTERRUPT 210bit in 211.Fa sv_flags . 212The affected system calls include 213.Xr read 2 , 214.Xr write 2 , 215.Xr sendto 2 , --- 114 unchanged lines hidden --- |