summaryrefslogtreecommitdiffstats
path: root/sources/ltp-testsuite.patch
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-30 11:25:21 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-30 11:25:21 +0000
commit449168b8d097a69b02a81a35e4d088675f23b592 (patch)
treee29b01e6069625e9b9f2a58becddfe76c450f6b2 /sources/ltp-testsuite.patch
parentdf169b191c087b4ecb018795e242fad26529e2ee (diff)
downloadbuildroot-novena-449168b8d097a69b02a81a35e4d088675f23b592.tar.gz
buildroot-novena-449168b8d097a69b02a81a35e4d088675f23b592.zip
Update for the latest uClibc
Diffstat (limited to 'sources/ltp-testsuite.patch')
-rw-r--r--sources/ltp-testsuite.patch25
1 files changed, 14 insertions, 11 deletions
diff --git a/sources/ltp-testsuite.patch b/sources/ltp-testsuite.patch
index 71eee0d1f..63ed7e600 100644
--- a/sources/ltp-testsuite.patch
+++ b/sources/ltp-testsuite.patch
@@ -9,17 +9,20 @@
all: $(TARGETS)
---- ltp-full-20031002/testcases/kernel/syscalls/mallopt/Makefile.orig 2003-10-02 19:20:52.000000000 -0600
-+++ ltp-full-20031002/testcases/kernel/syscalls/mallopt/Makefile 2003-10-02 19:21:07.000000000 -0600
-@@ -23,7 +23,7 @@
- LOADLIBES+= -L../../../../lib -lltp
-
- SRCS=$(wildcard *.c)
--TARGETS=$(patsubst %.c,%,$(SRCS))
-+TARGETS=#$(patsubst %.c,%,$(SRCS))
-
- all: $(TARGETS)
-
+--- ltp-full-20031204/testcases/kernel/syscalls/mallopt/mallopt01.orig.c
++++ ltp-full-20031204/testcases/kernel/syscalls/mallopt/mallopt01.c
+@@ -85,11 +85,6 @@
+ flag = 1;
+ local_flag = FAILED;
+ };
+- if (info.usmblks != 0) {
+- fprintf(temp, "mallinfo failed: usmblks != 0\n");
+- flag = 1;
+- local_flag = FAILED;
+- }
+ if (info.smblks != 0) {
+ fprintf(temp, "mallinfo failed: smblks != 0\n");
+ flag = 1;
--- ltp-full-20031002/testcases/kernel/syscalls/profil/Makefile.orig 2003-10-02 19:27:53.000000000 -0600
+++ ltp-full-20031002/testcases/kernel/syscalls/profil/Makefile 2003-10-02 19:28:02.000000000 -0600
@@ -23,7 +23,7 @@