/home/bsc/bsc025015/ADMIRE_ARM/gekkofs/src/client/open_file_map.cpp: In member function ‘int gkfs::filemap::OpenFileMap::safe_generate_fd_idx_()’:/home/bsc/bsc025015/ADMIRE_ARM/gekkofs/src/client/open_file_map.cpp:156:35: error: ‘SYS_open’ was not declared in this scope; did you mean ‘SYS_openat’? 156 | fd = syscall_no_intercept(SYS_open, "/dev/null", O_RDWR, | ^~~~~~~~ | SYS_openat/home/bsc/bsc025015/ADMIRE_ARM/gekkofs/src/client/intercept.cpp: In function ‘void gkfs::preload::start_self_interception()’:/home/bsc/bsc025015/ADMIRE_ARM/gekkofs/src/client/intercept.cpp:1065:5: error: ‘intercept_hook_point_post_kernel’ was not declared in this scope; did you mean ‘intercept_hook_point_clone_parent’? 1065 | intercept_hook_point_post_kernel = hook_forwarded_syscall; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | intercept_hook_point_clone_parent/home/bsc/bsc025015/ADMIRE_ARM/gekkofs/src/client/intercept.cpp:1066:40: error: invalid conversion from ‘void (*)(long unsigned int, void*, int*, int*, long int)’ to ‘void (*)()’ [-fpermissive] 1066 | intercept_hook_point_clone_child = hook_clone_at_child; | ^~~~~~~~~~~~~~~~~~~ | | | void (*)(long unsigned int, void*, int*, int*, long int)/home/bsc/bsc025015/ADMIRE_ARM/gekkofs/src/client/intercept.cpp:1067:41: error: invalid conversion from ‘void (*)(long unsigned int, void*, int*, int*, long int, long int)’ to ‘void (*)(long int)’ [-fpermissive] 1067 | intercept_hook_point_clone_parent = hook_clone_at_parent; | ^~~~~~~~~~~~~~~~~~~~ | | | void (*)(long unsigned int, void*, int*, int*, long int, long int)/home/bsc/bsc025015/ADMIRE_ARM/gekkofs/src/client/intercept.cpp: In function ‘void gkfs::preload::start_interception()’:/home/bsc/bsc025015/ADMIRE_ARM/gekkofs/src/client/intercept.cpp:1079:5: error: ‘intercept_hook_point_post_kernel’ was not declared in this scope; did you mean ‘intercept_hook_point_clone_parent’? 1079 | intercept_hook_point_post_kernel = hook_forwarded_syscall; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | intercept_hook_point_clone_parent/home/bsc/bsc025015/ADMIRE_ARM/gekkofs/src/client/intercept.cpp:1080:40: error: invalid conversion from ‘void (*)(long unsigned int, void*, int*, int*, long int)’ to ‘void (*)()’ [-fpermissive] 1080 | intercept_hook_point_clone_child = hook_clone_at_child; | ^~~~~~~~~~~~~~~~~~~ | | | void (*)(long unsigned int, void*, int*, int*, long int)/home/bsc/bsc025015/ADMIRE_ARM/gekkofs/src/client/intercept.cpp:1081:41: error: invalid conversion from ‘void (*)(long unsigned int, void*, int*, int*, long int, long int)’ to ‘void (*)(long int)’ [-fpermissive] 1081 | intercept_hook_point_clone_parent = hook_clone_at_parent; | ^~~~~~~~~~~~~~~~~~~~ | | | void (*)(long unsigned int, void*, int*, int*, long int, long int)/home/bsc/bsc025015/ADMIRE_ARM/gekkofs/src/client/intercept.cpp: In function ‘void gkfs::preload::stop_interception()’:/home/bsc/bsc025015/ADMIRE_ARM/gekkofs/src/client/intercept.cpp:1092:5: error: ‘intercept_hook_point_post_kernel’ was not declared in this scope; did you mean ‘intercept_hook_point_clone_parent’? 1092 | intercept_hook_point_post_kernel = nullptr; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | intercept_hook_point_clone_parent