More minor fixes to make OpenOffice 1.0 work.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@321 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/vg_libpthread_unimp.c b/vg_libpthread_unimp.c
index 1458dc2..16b251e 100644
--- a/vg_libpthread_unimp.c
+++ b/vg_libpthread_unimp.c
@@ -202,7 +202,7 @@
 
 //__attribute__((weak)) void pread ( void ) { vgPlain_unimp("pread"); }
 //__attribute__((weak)) void pwrite ( void ) { vgPlain_unimp("pwrite"); }
-__attribute__((weak)) void msync ( void ) { vgPlain_unimp("msync"); }
+//__attribute__((weak)) void msync ( void ) { vgPlain_unimp("msync"); }
 __attribute__((weak)) void pause ( void ) { vgPlain_unimp("pause"); }
 __attribute__((weak)) void recvfrom ( void ) { vgPlain_unimp("recvfrom"); }
 __attribute__((weak)) void recvmsg ( void ) { vgPlain_unimp("recvmsg"); }