summaryrefslogtreecommitdiff
path: root/qmake/tools/qmutex_unix.cpp
Unidiff
Diffstat (limited to 'qmake/tools/qmutex_unix.cpp') (more/less context) (show whitespace changes)
-rw-r--r--qmake/tools/qmutex_unix.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/qmake/tools/qmutex_unix.cpp b/qmake/tools/qmutex_unix.cpp
index c861b2d..3eb59cf 100644
--- a/qmake/tools/qmutex_unix.cpp
+++ b/qmake/tools/qmutex_unix.cpp
@@ -45,3 +45,4 @@ typedef pthread_mutex_t Q_MUTEX_T;
45#if ((defined(PTHREAD_MUTEX_RECURSIVE) && defined(PTHREAD_MUTEX_DEFAULT)) || \ 45#if ((defined(PTHREAD_MUTEX_RECURSIVE) && defined(PTHREAD_MUTEX_DEFAULT)) || \
46 defined(Q_OS_FREEBSD)) && !defined(Q_OS_UNIXWARE) && !defined(Q_OS_SOLARIS) 46 defined(Q_OS_FREEBSD)) && !defined(Q_OS_UNIXWARE) && !defined(Q_OS_SOLARIS) && \
47 !defined(Q_OS_MAC)
47 // POSIX 1003.1c-1995 - We love this OS 48 // POSIX 1003.1c-1995 - We love this OS
@@ -663,3 +664,4 @@ bool QMutex::tryLock()
663 Constructs a QMutexLocker and locks \a mutex. The mutex will be 664 Constructs a QMutexLocker and locks \a mutex. The mutex will be
664 unlocked when the QMutexLocker is destroyed. 665 unlocked when the QMutexLocker is destroyed. If \a mutex is zero,
666 QMutexLocker does nothing.
665 667