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

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