Changeset 20910
- Timestamp:
- 11/12/07 08:59:16 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/modules/vapor/vpr/md/POSIX/Sync/SemaphorePosix.cpp
r19729 r20910 46 46 #include <vpr/md/POSIX/Sync/SemaphorePosix.h> 47 47 48 #if defined(VPR_OS_Darwin) && VPR_OS_RELEASE_MAJOR <= 848 #if defined(VPR_OS_Darwin) && VPR_OS_RELEASE_MAJOR <= 9 49 49 #define VPR_USE_NAMED_SEMAPHORE 1 50 50 #endif juggler/branches/2.2/modules/vapor/vpr/md/POSIX/Sync/SemaphorePosix.h
r20363 r20910 55 55 #include <vpr/Sync/DeadlockException.h> 56 56 57 #if defined(VPR_OS_Darwin) && VPR_OS_RELEASE_MAJOR <= 857 #if defined(VPR_OS_Darwin) && VPR_OS_RELEASE_MAJOR <= 9 58 58 #define VPR_USE_NAMED_SEMAPHORE 1 59 59 #endif
