summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include/os_semaphore.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-09-20 07:00:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-09-20 07:00:06 +0000
commitd354df569a0c5b54406abb1b2f74a0e48d28d0a9 (patch)
tree0c39fa4a9d44b98350bd85bac1512463b7efc274 /ACE/ace/os_include/os_semaphore.h
parent70f5dcb230d34db9e6d6b98c682291a1959d23b0 (diff)
downloadATCD-d354df569a0c5b54406abb1b2f74a0e48d28d0a9.tar.gz
Thu Sep 20 06:59:15 CDT 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/os_include/os_semaphore.h')
-rw-r--r--ACE/ace/os_include/os_semaphore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/os_include/os_semaphore.h b/ACE/ace/os_include/os_semaphore.h
index e041eb061af..edf5532c6c5 100644
--- a/ACE/ace/os_include/os_semaphore.h
+++ b/ACE/ace/os_include/os_semaphore.h
@@ -56,7 +56,7 @@ extern "C"
/// this->sema_ doesn't always get created dynamically if a platform
/// doesn't support named posix semaphores. We use this flag to
/// remember if we need to delete <sema_> or not.
- int new_sema_;
+ bool new_sema_;
# endif /* ACE_LACKS_NAMED_POSIX_SEM */
# if !defined (ACE_HAS_POSIX_SEM_TIMEOUT) && !defined (ACE_DISABLE_POSIX_SEM_TIMEOUT_EMULATION)