From 9611533821a049748a0164f4e0543e34706c35c5 Mon Sep 17 00:00:00 2001 From: Vyacheslav Cherkashin Date: Tue, 27 Aug 2013 19:20:22 +0400 Subject: [PATCH] [FIX] add epoll_wait to syscall list --- ks_features/features_data.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ks_features/features_data.c b/ks_features/features_data.c index be17598..4f50fac 100644 --- a/ks_features/features_data.c +++ b/ks_features/features_data.c @@ -209,8 +209,7 @@ static enum syscall_id id_desc[] = { id_sys_pwritev, id_sys_epoll_create1, id_sys_epoll_ctl, - /* FIXME: for now epoll_wait tracing leads to a bug */ - /* id_sys_epoll_wait, */ + id_sys_epoll_wait, id_sys_epoll_pwait, id_sys_inotify_init, id_sys_inotify_init1, -- 2.7.4