[FIX] add epoll_wait to syscall list
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Tue, 27 Aug 2013 15:20:22 +0000 (19:20 +0400)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Tue, 27 Aug 2013 15:20:22 +0000 (19:20 +0400)
ks_features/features_data.c

index be17598..4f50fac 100644 (file)
@@ -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,