clone.2, fork.2: srcfix: Add commit ID for ERESTARTNOINTR error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-05-09 22:31:01 +02:00
parent 10e46057dd
commit 11a6d0506c
2 changed files with 2 additions and 0 deletions

View File

@ -1015,6 +1015,7 @@ See
.BR user_namespaces (7).
.TP
.BR ERESTARTNOINTR " (since Linux 2.6.17)"
.\" commit 4a2c7a7837da1b91468e50426066d988050e4d56
System call was interrupted by a signal and will be restarted.
(This can be seen only during a trace.)
.SH VERSIONS

View File

@ -244,6 +244,7 @@ is not supported on this platform (for example,
hardware without a Memory-Management Unit).
.TP
.BR ERESTARTNOINTR " (since Linux 2.6.17)"
.\" commit 4a2c7a7837da1b91468e50426066d988050e4d56
System call was interrupted by a signal and will be restarted.
(This can be seen only during a trace.)
.SH CONFORMING TO