The branch main has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=d4da692862f195b8e98cbaeadbd97eb003cda92a
commit d4da692862f195b8e98cbaeadbd97eb003cda92a Author: Dmitry Chagin <[email protected]> AuthorDate: 2021-08-13 08:36:42 +0000 Commit: Dmitry Chagin <[email protected]> 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 */ _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
