summaryrefslogtreecommitdiffstats
path: root/patches/ltp-full-20090131/ltp-full-20090131-disable-epoll_create2.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/ltp-full-20090131/ltp-full-20090131-disable-epoll_create2.diff')
-rw-r--r--patches/ltp-full-20090131/ltp-full-20090131-disable-epoll_create2.diff25
1 files changed, 25 insertions, 0 deletions
diff --git a/patches/ltp-full-20090131/ltp-full-20090131-disable-epoll_create2.diff b/patches/ltp-full-20090131/ltp-full-20090131-disable-epoll_create2.diff
new file mode 100644
index 000000000..7b6d9cbbe
--- /dev/null
+++ b/patches/ltp-full-20090131/ltp-full-20090131-disable-epoll_create2.diff
@@ -0,0 +1,25 @@
+Subject: [patch] Disable epoll_create2 until configure can handle it
+From: Juergen Beiesert <j.beisert@pengutronix.de>
+
+Disable epoll_create2 until configure can test for target's capability
+
+FIXME: Patch not finished yet...
+
+Signed-off-by: <j.beisert@pengutronix.de>
+
+---
+ testcases/kernel/syscalls/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+Index: ltp-full-20090131/testcases/kernel/syscalls/Makefile
+===================================================================
+--- ltp-full-20090131.orig/testcases/kernel/syscalls/Makefile
++++ ltp-full-20090131/testcases/kernel/syscalls/Makefile
+@@ -25,7 +25,7 @@ EXCLUDE_DIR=epoll
+ #
+ # Commented this out since there are directories here we don't want built by default
+ #
+-SUBDIR = `ls */Makefile | sed "s/Makefile//g"`
++SUBDIR = `ls */Makefile | sed "s/Makefile//g | grep -vE "^epoll_create2"`
+ UCLINUX_SUBDIR = `ls */Makefile | sed "s/Makefile//g" | grep -vE "^fork|epoll|capget|capset|chmod|chown|llseek|nftw|clone|profil|getcontext"`
+
+ all: