1
1
This commit was SVN r2301.
Этот коммит содержится в:
Tim Woodall 2004-08-25 14:55:35 +00:00
родитель 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;