Try and give at least some minimal binding for all functions exported
by the real libpthread.so.  In the process fix a bunch of stuff, including
adding thread-specific h_errno and resolver state storage.  This fixes
licq crashing at startup.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@149 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/vg_libpthread_unimp.c b/vg_libpthread_unimp.c
new file mode 100644
index 0000000..24c154c
--- /dev/null
+++ b/vg_libpthread_unimp.c
@@ -0,0 +1,155 @@
+
+/* ---------------------------------------------------------------------
+   Give a binding for everything the real libpthread.so binds.
+   ------------------------------------------------------------------ */
+
+extern void vgPlain_unimp ( char* );
+#define unimp(str) vgPlain_unimp(str)
+
+//void _IO_flockfile ( void )  { unimp("_IO_flockfile"); }
+void _IO_ftrylockfile ( void )  { unimp("_IO_ftrylockfile"); }
+//void _IO_funlockfile ( void )  { unimp("_IO_funlockfile"); }
+//void __close ( void )  { unimp("__close"); }
+//void __connect ( void )  { unimp("__connect"); }
+//void __errno_location ( void )  { unimp("__errno_location"); }
+//void __fcntl ( void )  { unimp("__fcntl"); }
+void __fork ( void )  { unimp("__fork"); }
+//void __h_errno_location ( void )  { unimp("__h_errno_location"); }
+void __libc_allocate_rtsig ( void )  { unimp("__libc_allocate_rtsig"); }
+void __libc_current_sigrtmax ( void )  { unimp("__libc_current_sigrtmax"); }
+void __libc_current_sigrtmin ( void )  { unimp("__libc_current_sigrtmin"); }
+void __lseek ( void )  { unimp("__lseek"); }
+//void __open ( void )  { unimp("__open"); }
+//void __open64 ( void )  { unimp("__open64"); }
+void __pread64 ( void )  { unimp("__pread64"); }
+void __pthread_atfork ( void )  { unimp("__pthread_atfork"); }
+//void __pthread_getspecific ( void )  { unimp("__pthread_getspecific"); }
+//void __pthread_key_create ( void )  { unimp("__pthread_key_create"); }
+void __pthread_kill_other_threads_np ( void )  { unimp("__pthread_kill_other_threads_np"); }
+//void __pthread_mutex_destroy ( void )  { unimp("__pthread_mutex_destroy"); }
+//void __pthread_mutex_init ( void )  { unimp("__pthread_mutex_init"); }
+//void __pthread_mutex_lock ( void )  { unimp("__pthread_mutex_lock"); }
+void __pthread_mutex_trylock ( void )  { unimp("__pthread_mutex_trylock"); }
+//void __pthread_mutex_unlock ( void )  { unimp("__pthread_mutex_unlock"); }
+//void __pthread_mutexattr_destroy ( void )  { unimp("__pthread_mutexattr_destroy"); }
+//void __pthread_mutexattr_init ( void )  { unimp("__pthread_mutexattr_init"); }
+//void __pthread_mutexattr_settype ( void )  { unimp("__pthread_mutexattr_settype"); }
+//void __pthread_once ( void )  { unimp("__pthread_once"); }
+//void __pthread_setspecific ( void )  { unimp("__pthread_setspecific"); }
+void __pwrite64 ( void )  { unimp("__pwrite64"); }
+//void __read ( void )  { unimp("__read"); }
+//void __res_state ( void )  { unimp("__res_state"); }
+void __send ( void )  { unimp("__send"); }
+//void __sigaction ( void )  { unimp("__sigaction"); }
+void __vfork ( void )  { unimp("__vfork"); }
+void __wait ( void )  { unimp("__wait"); }
+//void __write ( void )  { unimp("__write"); }
+void _pthread_cleanup_pop ( void )  { unimp("_pthread_cleanup_pop"); }
+//void _pthread_cleanup_pop_restore ( void )  { unimp("_pthread_cleanup_pop_restore"); }
+void _pthread_cleanup_push ( void )  { unimp("_pthread_cleanup_push"); }
+//void _pthread_cleanup_push_defer ( void )  { unimp("_pthread_cleanup_push_defer"); }
+//void longjmp ( void )  { unimp("longjmp"); }
+void pthread_atfork ( void )  { unimp("pthread_atfork"); }
+//void pthread_attr_destroy ( void )  { unimp("pthread_attr_destroy"); }
+void pthread_attr_getdetachstate ( void )  { unimp("pthread_attr_getdetachstate"); }
+void pthread_attr_getinheritsched ( void )  { unimp("pthread_attr_getinheritsched"); }
+//void pthread_attr_getschedparam ( void )  { unimp("pthread_attr_getschedparam"); }
+void pthread_attr_getschedpolicy ( void )  { unimp("pthread_attr_getschedpolicy"); }
+void pthread_attr_getscope ( void )  { unimp("pthread_attr_getscope"); }
+
+//void pthread_attr_setdetachstate ( void )  { unimp("pthread_attr_setdetachstate"); }
+//void pthread_attr_setinheritsched ( void )  { unimp("pthread_attr_setinheritsched"); }
+//void pthread_attr_setschedparam ( void )  { unimp("pthread_attr_setschedparam"); }
+void pthread_attr_setschedpolicy ( void )  { unimp("pthread_attr_setschedpolicy"); }
+void pthread_attr_setscope ( void )  { unimp("pthread_attr_setscope"); }
+void pthread_barrier_destroy ( void )  { unimp("pthread_barrier_destroy"); }
+void pthread_barrier_init ( void )  { unimp("pthread_barrier_init"); }
+void pthread_barrier_wait ( void )  { unimp("pthread_barrier_wait"); }
+void pthread_barrierattr_destroy ( void )  { unimp("pthread_barrierattr_destroy"); }
+void pthread_barrierattr_init ( void )  { unimp("pthread_barrierattr_init"); }
+void pthread_barrierattr_setpshared ( void )  { unimp("pthread_barrierattr_setpshared"); }
+//void pthread_cancel ( void )  { unimp("pthread_cancel"); }
+//void pthread_cond_broadcast ( void )  { unimp("pthread_cond_broadcast"); }
+//void pthread_cond_destroy ( void )  { unimp("pthread_cond_destroy"); }
+//void pthread_cond_init ( void )  { unimp("pthread_cond_init"); }
+//void pthread_cond_signal ( void )  { unimp("pthread_cond_signal"); }
+//void pthread_cond_timedwait ( void )  { unimp("pthread_cond_timedwait"); }
+//void pthread_cond_wait ( void )  { unimp("pthread_cond_wait"); }
+//void pthread_condattr_destroy ( void )  { unimp("pthread_condattr_destroy"); }
+void pthread_condattr_getpshared ( void )  { unimp("pthread_condattr_getpshared"); }
+//void pthread_condattr_init ( void )  { unimp("pthread_condattr_init"); }
+void pthread_condattr_setpshared ( void )  { unimp("pthread_condattr_setpshared"); }
+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_getcpuclockid ( void )  { unimp("pthread_getcpuclockid"); }
+//void pthread_getschedparam ( void )  { unimp("pthread_getschedparam"); }
+//void pthread_getspecific ( void )  { unimp("pthread_getspecific"); }
+//void pthread_join ( void )  { unimp("pthread_join"); }
+//void pthread_key_create ( void )  { unimp("pthread_key_create"); }
+//void pthread_key_delete ( void )  { unimp("pthread_key_delete"); }
+void pthread_kill ( void )  { unimp("pthread_kill"); }
+//void pthread_mutex_destroy ( void )  { unimp("pthread_mutex_destroy"); }
+//void pthread_mutex_init ( void )  { unimp("pthread_mutex_init"); }
+//void pthread_mutex_lock ( void )  { unimp("pthread_mutex_lock"); }
+void pthread_mutex_timedlock ( void )  { unimp("pthread_mutex_timedlock"); }
+//void pthread_mutex_trylock ( void )  { unimp("pthread_mutex_trylock"); }
+//void pthread_mutex_unlock ( void )  { unimp("pthread_mutex_unlock"); }
+//void pthread_mutexattr_destroy ( void )  { unimp("pthread_mutexattr_destroy"); }
+//void pthread_mutexattr_init ( void )  { unimp("pthread_mutexattr_init"); }
+//void pthread_once ( void )  { unimp("pthread_once"); }
+void pthread_rwlock_destroy ( void )  { unimp("pthread_rwlock_destroy"); }
+void pthread_rwlock_init ( void )  { unimp("pthread_rwlock_init"); }
+void pthread_rwlock_rdlock ( void )  { unimp("pthread_rwlock_rdlock"); }
+void pthread_rwlock_timedrdlock ( void )  { unimp("pthread_rwlock_timedrdlock"); }
+void pthread_rwlock_timedwrlock ( void )  { unimp("pthread_rwlock_timedwrlock"); }
+void pthread_rwlock_tryrdlock ( void )  { unimp("pthread_rwlock_tryrdlock"); }
+void pthread_rwlock_trywrlock ( void )  { unimp("pthread_rwlock_trywrlock"); }
+void pthread_rwlock_unlock ( void )  { unimp("pthread_rwlock_unlock"); }
+void pthread_rwlock_wrlock ( void )  { unimp("pthread_rwlock_wrlock"); }
+void pthread_rwlockattr_destroy ( void )  { unimp("pthread_rwlockattr_destroy"); }
+void pthread_rwlockattr_getkind_np ( void )  { unimp("pthread_rwlockattr_getkind_np"); }
+void pthread_rwlockattr_getpshared ( void )  { unimp("pthread_rwlockattr_getpshared"); }
+void pthread_rwlockattr_init ( void )  { unimp("pthread_rwlockattr_init"); }
+void pthread_rwlockattr_setkind_np ( void )  { unimp("pthread_rwlockattr_setkind_np"); }
+void pthread_rwlockattr_setpshared ( void )  { unimp("pthread_rwlockattr_setpshared"); }
+//void pthread_self ( void )  { unimp("pthread_self"); }
+void pthread_setcancelstate ( void )  { unimp("pthread_setcancelstate"); }
+//void pthread_setcanceltype ( void )  { unimp("pthread_setcanceltype"); }
+//void pthread_setschedparam ( void )  { unimp("pthread_setschedparam"); }
+//void pthread_setspecific ( void )  { unimp("pthread_setspecific"); }
+void pthread_sigmask ( void )  { unimp("pthread_sigmask"); }
+void pthread_testcancel ( void )  { unimp("pthread_testcancel"); }
+void raise ( void )  { unimp("raise"); }
+void sem_close ( void )  { unimp("sem_close"); }
+void sem_open ( void )  { unimp("sem_open"); }
+void sem_timedwait ( void )  { unimp("sem_timedwait"); }
+void sem_unlink ( void )  { unimp("sem_unlink"); }
+//void sigaction ( void )  { unimp("sigaction"); }
+void siglongjmp ( void )  { unimp("siglongjmp"); }
+void sigwait ( void )  { unimp("sigwait"); }
+
+#if 0
+void pthread_create@@GLIBC_2.1 ( void )  { unimp("pthread_create@@GLIBC_2.1"); }
+void pthread_create@GLIBC_2.0 ( void )  { unimp("pthread_create@GLIBC_2.0"); }
+
+void sem_wait@@GLIBC_2.1 ( void )  { unimp("sem_wait@@GLIBC_2.1"); }
+void sem_wait@GLIBC_2.0 ( void )  { unimp("sem_wait@GLIBC_2.0"); }
+
+void sem_trywait@@GLIBC_2.1 ( void )  { unimp("sem_trywait@@GLIBC_2.1"); }
+void sem_trywait@GLIBC_2.0 ( void )  { unimp("sem_trywait@GLIBC_2.0"); }
+
+void sem_post@@GLIBC_2.1 ( void )  { unimp("sem_post@@GLIBC_2.1"); }
+void sem_post@GLIBC_2.0 ( void )  { unimp("sem_post@GLIBC_2.0"); }
+
+void sem_destroy@@GLIBC_2.1 ( void )  { unimp("sem_destroy@@GLIBC_2.1"); }
+void sem_destroy@GLIBC_2.0 ( void )  { unimp("sem_destroy@GLIBC_2.0"); }
+void sem_getvalue@@GLIBC_2.1 ( void )  { unimp("sem_getvalue@@GLIBC_2.1"); }
+void sem_getvalue@GLIBC_2.0 ( void )  { unimp("sem_getvalue@GLIBC_2.0"); }
+void sem_init@@GLIBC_2.1 ( void )  { unimp("sem_init@@GLIBC_2.1"); }
+void sem_init@GLIBC_2.0 ( void )  { unimp("sem_init@GLIBC_2.0"); }
+
+void pthread_attr_init@@GLIBC_2.1 ( void )  { unimp("pthread_attr_init@@GLIBC_2.1"); }
+void pthread_attr_init@GLIBC_2.0 ( void )  { unimp("pthread_attr_init@GLIBC_2.0"); }
+#endif