siginterrupt.3 (b5c508fba33452c36601090d080ddc688efad870) siginterrupt.3 (c23155a43a8fbd8404b4d7bca71c292e92fb4870)
1.\" Copyright (c) 1985, 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.

--- 53 unchanged lines hidden (view full) ---

62.Pp
63If the flag is true (1),
64then restarting of system calls is disabled.
65If a system call is interrupted by the specified signal
66and no data has been transferred,
67the system call will return \-1 with the global variable
68.Va errno
69set to
1.\" Copyright (c) 1985, 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.

--- 53 unchanged lines hidden (view full) ---

62.Pp
63If the flag is true (1),
64then restarting of system calls is disabled.
65If a system call is interrupted by the specified signal
66and no data has been transferred,
67the system call will return \-1 with the global variable
68.Va errno
69set to
70.Dv EINTR .
70.Er EINTR .
71Interrupted system calls that have started transferring
72data will return the amount of data actually transferred.
73System call interrupt is the signal behavior found on
74.Bx 4.1
75and
76.At V
77systems.
78.Pp

--- 36 unchanged lines hidden ---
71Interrupted system calls that have started transferring
72data will return the amount of data actually transferred.
73System call interrupt is the signal behavior found on
74.Bx 4.1
75and
76.At V
77systems.
78.Pp

--- 36 unchanged lines hidden ---