Change epoll_create2_01 to epoll_create1_01: Recently the epoll_create2_01 syscall test was added into LTP but I found the kernel has already changed the name of it into epoll_create1, and its interface, too. http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=9fe5ad9c8cef9ad5873d8ee55d1cf00d9b607df0. I wrote a patch for it. Signed-off-by: Seiichi Ikarashi <s.ikarashi@jp.fujitsu.com>.
diff --git a/runtest/syscalls b/runtest/syscalls
index 1e05a6c..bad5882 100644
--- a/runtest/syscalls
+++ b/runtest/syscalls
@@ -109,7 +109,7 @@
 
 dup3_01 dup3_01
 
-epoll_create2_01 epoll_create2_01
+epoll_create1_01 epoll_create1_01
 epoll01 epoll-ltp
 
 eventfd01 eventfd01