summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-10-05 00:25:54 +0000
committerSteve Huston <shuston@riverace.com>2002-10-05 00:25:54 +0000
commite74d754e3840773616f8e5c809ff79f21dfc2170 (patch)
tree7caccdf49e172841bf42289e545ee8ab18383951 /ace/Synch.h
parent2dc99eb025ae04f71b670494277f50a80b2a6e5f (diff)
downloadATCD-e74d754e3840773616f8e5c809ff79f21dfc2170.tar.gz
ChangeLogTag:Fri Oct 4 20:22:41 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Synch.h')
-rw-r--r--ace/Synch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Synch.h b/ace/Synch.h
index bd96bb4f9f1..7ee350b5aea 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -229,7 +229,7 @@ public:
/// Increment the semaphore by <release_count>, potentially
/// unblocking waiting threads.
- int release (size_t release_count);
+ int release (u_int release_count);
/**
* Acquire semaphore ownership. This calls <acquire> and is only