GENXY(__NR_getdents64, sys_getdents64), // 202
//.. // (__NR_pivot_root, sys_pivot_root), // 203 */Linux
GENXY(__NR_fcntl64, sys_fcntl64), // 204
-//.. GENX_(__NR_madvise, sys_madvise), // 205
+ GENX_(__NR_madvise, sys_madvise), // 205
//.. GENXY(__NR_mincore, sys_mincore), // 206
LINX_(__NR_gettid, sys_gettid), // 207
//.. LINX_(__NR_tkill, sys_tkill), // 208 */Linux
#define __NR_getdents64 202
//#define __NR_pivot_root 203
#define __NR_fcntl64 204
-//#define __NR_madvise 205
+#define __NR_madvise 205
//#define __NR_mincore 206
#define __NR_gettid 207
#define __NR_tkill 208