Blame SOURCES/1330661-mpo-7.3.1-clone.2-fork.2.patch

7dd887
From 97978b3f5eae5700a12cdfc1fb37e55a7460e1f1 Mon Sep 17 00:00:00 2001
7dd887
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
7dd887
Date: Tue, 28 Jun 2016 14:13:48 +0200
7dd887
Subject: [PATCH 12/19] clone.2, fork.2: document ERESTARTNOINTR error code
7dd887
7dd887
---
7dd887
 man-pages/man2/____clone.2 | 4 ++++
7dd887
 man-pages/man2/clone.2     | 4 ++++
7dd887
 man-pages/man2/fork.2      | 4 ++++
7dd887
 3 files changed, 12 insertions(+)
7dd887
7dd887
diff --git a/man-pages/man2/____clone.2 b/man-pages/man2/____clone.2
7dd887
index 1baad11..d9ffe3e 100644
7dd887
--- a/man-pages/man2/____clone.2
7dd887
+++ b/man-pages/man2/____clone.2
7dd887
@@ -988,6 +988,10 @@ was specified by an unprivileged process (process without \fBCAP_SYS_ADMIN\fP).
7dd887
 .B EPERM
7dd887
 .B CLONE_PID
7dd887
 was specified by a process other than process 0.
7dd887
+.TP
7dd887
+.BR ERESTARTNOINTR " (since Linux 2.6.17)"
7dd887
+System call was interrupted by a signal and will be restarted.
7dd887
+(This can be seen only during a trace.)
7dd887
 .SH VERSIONS
7dd887
 There is no entry for
7dd887
 .BR clone ()
7dd887
diff --git a/man-pages/man2/clone.2 b/man-pages/man2/clone.2
7dd887
index 1baad11..d9ffe3e 100644
7dd887
--- a/man-pages/man2/clone.2
7dd887
+++ b/man-pages/man2/clone.2
7dd887
@@ -988,6 +988,10 @@ was specified by an unprivileged process (process without \fBCAP_SYS_ADMIN\fP).
7dd887
 .B EPERM
7dd887
 .B CLONE_PID
7dd887
 was specified by a process other than process 0.
7dd887
+.TP
7dd887
+.BR ERESTARTNOINTR " (since Linux 2.6.17)"
7dd887
+System call was interrupted by a signal and will be restarted.
7dd887
+(This can be seen only during a trace.)
7dd887
 .SH VERSIONS
7dd887
 There is no entry for
7dd887
 .BR clone ()
7dd887
diff --git a/man-pages/man2/fork.2 b/man-pages/man2/fork.2
7dd887
index 6a327a3..a1664e4 100644
7dd887
--- a/man-pages/man2/fork.2
7dd887
+++ b/man-pages/man2/fork.2
7dd887
@@ -203,6 +203,10 @@ failed to allocate the necessary kernel structures because memory is tight.
7dd887
 is not supported on this platform (for example,
7dd887
 .\" e.g., arm (optionally), blackfin, c6x, frv, h8300, microblaze, xtensa
7dd887
 hardware without a Memory-Management Unit).
7dd887
+.TP
7dd887
+.BR ERESTARTNOINTR " (since Linux 2.6.17)"
7dd887
+System call was interrupted by a signal and will be restarted.
7dd887
+(This can be seen only during a trace.)
7dd887
 .SH CONFORMING TO
7dd887
 SVr4, 4.3BSD, POSIX.1-2001.
7dd887
 .SH NOTES
7dd887
-- 
7dd887
2.7.4
7dd887