This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via 78bc8c8a11ed5e2a3e38b0f72c397fcd9e76bfc1 (commit) from f291cee1c7e7905875bbd7d464752532b0bc8379 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/78bc8c8a11ed5e2a3e38b0f72c397fcd9e... commit 78bc8c8a11ed5e2a3e38b0f72c397fcd9e76bfc1 Author: Charles J Archer <[email protected]> Date: Thu Aug 20 10:16:07 2015 -0700 Thread package none compile/link fix Signed-off-by: Ken Raffenetti <[email protected]> diff --git a/src/util/thread/mpiu_thread.h b/src/util/thread/mpiu_thread.h index a39d9d5..cd96c3e 100644 --- a/src/util/thread/mpiu_thread.h +++ b/src/util/thread/mpiu_thread.h @@ -38,6 +38,9 @@ typedef int MPIU_Thread_mutex_t; typedef int MPIU_Thread_cond_t; typedef int MPIU_Thread_id_t; typedef int MPIU_Thread_tls_t; +typedef void (*MPIU_Thread_func_t) (void *data); +#define MPIU_Thread_mutex_create(mutex_ptr_, err_ptr_) +#define MPIU_Thread_mutex_destroy(mutex_ptr_, err_ptr_) #else # error "thread package not defined or unknown" #endif ----------------------------------------------------------------------- Summary of changes: src/util/thread/mpiu_thread.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) hooks/post-receive -- MPICH primary repository