aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/generated.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/csource/generated.go')
-rw-r--r--pkg/csource/generated.go12
1 files changed, 11 insertions, 1 deletions
diff --git a/pkg/csource/generated.go b/pkg/csource/generated.go
index c68c99cc2..5efa04780 100644
--- a/pkg/csource/generated.go
+++ b/pkg/csource/generated.go
@@ -3216,9 +3216,19 @@ static int do_sandbox_namespace(void)
#if SYZ_EXECUTOR || SYZ_REPEAT && SYZ_USE_TMP_DIR
#include <dirent.h>
#include <errno.h>
-#include <linux/fs.h>
#include <string.h>
+#include <sys/ioctl.h>
#include <sys/mount.h>
+struct fsxattr {
+ uint32 fsx_xflags;
+ uint32 fsx_extsize;
+ uint32 fsx_nextents;
+ uint32 fsx_projid;
+ uint32 fsx_cowextsize;
+ char fsx_pad[8];
+};
+
+#define FS_IOC_FSSETXATTR _IOW('X', 32, struct fsxattr)
static void remove_dir(const char* dir)
{
DIR* dp;