fix my misuse of #ifdef
This commit was SVN r2301.
Этот коммит содержится в:
родитель
2e000b4a1b
Коммит
db1eb110cc
@ -26,7 +26,7 @@
|
||||
|
||||
struct ompi_mutex_t {
|
||||
ompi_object_t super;
|
||||
#if defined(OMPI_HAVE_POSIX_THREADS)
|
||||
#if OMPI_HAVE_POSIX_THREADS
|
||||
pthread_mutex_t m_lock_pthread;
|
||||
#endif
|
||||
ompi_lock_t m_lock_atomic;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user