Date: Fri, 13 Aug 2021 08:36:57 GMT From: Dmitry Chagin <dchagin@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: d4da692862f1 - main - linux(4): Improve comment. Message-ID: <202108130836.17D8avq4058862@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=d4da692862f195b8e98cbaeadbd97eb003cda92a commit d4da692862f195b8e98cbaeadbd97eb003cda92a Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2021-08-13 08:36:42 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2021-08-13 08:36:42 +0000 linux(4): Improve comment. Reported by: pfg MFC after: 2 weeks --- sys/compat/linux/linux_futex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/linux/linux_futex.c b/sys/compat/linux/linux_futex.c index e85d7792841b..a194e0ac7962 100644 --- a/sys/compat/linux/linux_futex.c +++ b/sys/compat/linux/linux_futex.c @@ -306,7 +306,7 @@ linux_futex(struct thread *td, struct linux_futex_args *args) * * And since commit * https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ed19993b5b0d05d62cc883571519a67dae481a14 - * glibc does not uses it. + * glibc does not use them. */ case LINUX_FUTEX_WAIT_REQUEUE_PI: /* not yet implemented */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108130836.17D8avq4058862>