From 3aff447b6114ae52c4622e208256da2220e13f0e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 27 Jul 2002 08:54:01 +0000 Subject: Update valgrind, make it compile -Erik --- sources/valgrind.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sources/valgrind.patch (limited to 'sources') diff --git a/sources/valgrind.patch b/sources/valgrind.patch new file mode 100644 index 000000000..7f0b2a88a --- /dev/null +++ b/sources/valgrind.patch @@ -0,0 +1,18 @@ +--- build/valgrind-1.0pre6.orig/vg_libpthread.c Sat Jul 13 06:59:27 2002 ++++ build/valgrind-1.0pre6/vg_libpthread.c Sat Jul 27 02:50:53 2002 +@@ -2821,6 +2821,7 @@ + + /* I've no idea what these are, but they get called quite a lot. + Anybody know? */ ++#ifndef __UCLIBC__ + + #undef _IO_flockfile + void _IO_flockfile ( _IO_FILE * file ) +@@ -2837,6 +2838,7 @@ + } + weak_alias(_IO_funlockfile, funlockfile); + ++#endif + + /* This doesn't seem to be needed to simulate libpthread.so's external + interface, but many people complain about its absence. */ -- cgit v1.2.3