diff options
Diffstat (limited to 'ace/Synch.h')
-rw-r--r-- | ace/Synch.h | 2 |
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 |