Date: Fri, 17 Jun 2022 19:38:35 GMT From: Dmitry Chagin <dchagin@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: d239c3416d63 - stable/13 - linux(4): Improve comment. Message-ID: <202206171938.25HJcZZW014874@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=d239c3416d63e87fa7c26c07719e422bafef58e5 commit d239c3416d63e87fa7c26c07719e422bafef58e5 Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2021-08-13 08:36:42 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2022-06-17 19:33:41 +0000 linux(4): Improve comment. Reported by: pfg MFC after: 2 weeks (cherry picked from commit d4da692862f195b8e98cbaeadbd97eb003cda92a) --- 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?202206171938.25HJcZZW014874>