Date: Tue, 27 Aug 2024 22:24:13 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 37bb98841099 - main - open(2): devfs is in section 4 on HEAD Message-ID: <202408272224.47RMOD9s035903@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=37bb98841099a4c23c0b8990a988a3324b902c39 commit 37bb98841099a4c23c0b8990a988a3324b902c39 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-08-27 22:23:20 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-08-27 22:23:20 +0000 open(2): devfs is in section 4 on HEAD Noted by: yuripv Fixes: f5a37f8dd319e3007b126b77376e61ad96f44d8b --- lib/libsys/open.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libsys/open.2 b/lib/libsys/open.2 index 4cdceb336532..8331362640d6 100644 --- a/lib/libsys/open.2 +++ b/lib/libsys/open.2 @@ -384,7 +384,7 @@ The file pointer used to mark the current position within the file is set to the beginning of the file. .Pp If a sleeping open of a device node from -.Xr devfs 5 +.Xr devfs 4 is interrupted by a signal, the call always fails with .Er EINTR , even if the
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408272224.47RMOD9s035903>