Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
landlock.h: Fix printf format for size_t
It fixes warning on 32 bit: include/lapi/landlock.h:134:56: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} Fixes: e441050 ("Added three more SAFE_* macros for landlock sandbox") Signed-off-by: Petr Vorel <pvorel@suse.cz>
- Loading branch information