From 91bf33ff1fc9b9eb8cf5d7a15b2b6bc5bfdd265a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 27 Feb 2017 17:02:52 +0100 Subject: [PATCH] nanosleep.2: BUGS: explicitly note that the Linux 2.4 bug was fixed in Linux 2.6 Signed-off-by: Michael Kerrisk --- man2/nanosleep.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/nanosleep.2 b/man2/nanosleep.2 index 4da063a3e..0845d260b 100644 --- a/man2/nanosleep.2 +++ b/man2/nanosleep.2 @@ -207,6 +207,7 @@ If the system call is subsequently restarted, then the time that the thread spent in the stopped state is .I not counted against the sleep interval. +This problem is fixed in Linux 2.6.0 and later kernels. .SH SEE ALSO .BR clock_nanosleep (2), .BR restart_syscall (2),