Commit Diff


commit - 807869c14ee57aaa6035e6cba0df5d1369ced9ba
commit + 9bb2f62e241164788b683971648e51e3cf174947
blob - 1ffa6c2764786d3f41936778d4581e84b0b5d155
blob + 6dde30ac173c09fc968ca017582be07b4b540f56
--- landlock_shim.h
+++ 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
  */