Unverified Commit 0b62cb45 authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

Missing type definition for loff_t

parent 5f419538
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
#define IFS_HOOKS_HPP

#include <fcntl.h>
#include <sys/types.h>


int hook_openat(int dirfd, const char *cpath, int flags, mode_t mode);