diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-07-30 14:46:40 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-07-30 14:46:40 +0000 |
commit | 74cdc9d3d28842bd88ad070cbd2fefe6c4a4d261 (patch) | |
tree | 84c2bac66bf9527ef374219cc9967e41b8630a9c /ace/OS.i | |
parent | 2bbf353bf4b1a12ad923d185136161531144c918 (diff) | |
download | ATCD-74cdc9d3d28842bd88ad070cbd2fefe6c4a4d261.tar.gz |
ChangeLogTag:Mon Jul 30 09:43:06 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/OS.i')
-rw-r--r-- | ace/OS.i | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2043,8 +2043,7 @@ ACE_OS::mutex_lock (ACE_mutex_t *m, // Note that the mutex should not be a recursive one, i.e., it // should only be a standard mutex or an error checking mutex. - ACE_OSCALL (ACE_ADAPT_RETVAL (::pthread_mutex_timedlock (m, &ts), - result), int, -1); + ACE_OSCALL (ACE_ADAPT_RETVAL (::pthread_mutex_timedlock (m, &ts), result), int, -1, result); // We need to adjust this to make the errno values consistent. if (result == -1 && errno == ETIMEDOUT) |