GENX_(__NR_getpriority, sys_getpriority), // 96
GENX_(__NR_setpriority, sys_setpriority), // 97
//.. GENX_(__NR_profil, sys_ni_syscall), // 98
-//.. GENXY(__NR_statfs, sys_statfs), // 99
+ GENXY(__NR_statfs, sys_statfs), // 99
//..
//.. GENXY(__NR_fstatfs, sys_fstatfs), // 100
//.. LINX_(__NR_ioperm, sys_ioperm), // 101
#define __NR_getpriority 96
#define __NR_setpriority 97
//#define __NR_profil 98
-//#define __NR_statfs 99
+#define __NR_statfs 99
//#define __NR_fstatfs 100
//#define __NR_ioperm 101
#define __NR_socketcall 102