--- clamav-0.98/clamd/fan-syscalllib.h.arm 2013-09-29 03:49:39.000000000 +0400 +++ clamav-0.98/clamd/fan-syscalllib.h 2013-10-02 21:19:10.959303803 +0400 @@ -10,6 +10,9 @@ #elif defined(__i386__) # define __NR_fanotify_init 338 # define __NR_fanotify_mark 339 +#elif defined(__arm__) +# define __NR_fanotify_init 367 +# define __NR_fanotify_mark 368 #else # error "System call numbers not defined for this architecture" #endif