From 9bb2f62e241164788b683971648e51e3cf174947 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Fri, 8 Oct 2021 15:55:48 +0000 Subject: [PATCH] tweak landlock comment --- landlock_shim.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/landlock_shim.h b/landlock_shim.h index 1ffa6c2..6dde30a 100644 --- a/landlock_shim.h +++ b/landlock_shim.h @@ -16,10 +16,9 @@ /* * What's the deal with landlock? While distro with linux >= 5.13 - * have the struct declarations, it seems that the glibc (or whatever) - * wrappers are missing. The sample landlock code provided by the - * authors includes these "shims" for the landlock API until libc - * provides them. + * have the struct declarations, libc wrappers are missing. The + * sample landlock code provided by the authors includes these "shims" + * in their example for the landlock API until libc provides them. * * Linux is such a mess sometimes. /rant */