Failed attempt to make JDK 1.4.0 work.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@361 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_libpthread_unimp.c b/coregrind/vg_libpthread_unimp.c
index b5d1349..21dbbc5 100644
--- a/coregrind/vg_libpthread_unimp.c
+++ b/coregrind/vg_libpthread_unimp.c
@@ -113,7 +113,7 @@
 //void pthread_detach ( void )  { unimp("pthread_detach"); }
 //void pthread_equal ( void )  { unimp("pthread_equal"); }
 //void pthread_exit ( void )  { unimp("pthread_exit"); }
-void pthread_getattr_np ( void )  { unimp("pthread_getattr_np"); }
+//void pthread_getattr_np ( void )  { unimp("pthread_getattr_np"); }
 void pthread_getcpuclockid ( void )  { unimp("pthread_getcpuclockid"); }
 //void pthread_getschedparam ( void )  { unimp("pthread_getschedparam"); }
 //void pthread_getspecific ( void )  { unimp("pthread_getspecific"); }