summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-02-23 04:12:01 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-02-23 04:12:01 +0000
commita74e33a6247ab4ba9e8b7a387610691a69a3adb1 (patch)
tree86c1f0b46ea45fa3c6311ea6869b107d79479c07
parent8b8934343c35def0720e8804911e810e3b43c184 (diff)
downloadATCD-a74e33a6247ab4ba9e8b7a387610691a69a3adb1.tar.gz
Fixed niggle in Linux config.
-rw-r--r--ace/OS.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.i b/ace/OS.i
index d5ec4647288..64279d39521 100644
--- a/ace/OS.i
+++ b/ace/OS.i
@@ -3664,7 +3664,7 @@ ACE_OS::thr_cancel (ACE_thread_t thr_id)
// I didn't manage to find pthread_cancel anywhere int the MIT
// pthread implementation. So I'll just leave this instead, and
// see what breaks. -- jwr
- ACE_UNUSED_ARG (t_id);
+ ACE_UNUSED_ARG (thr_id);
ACE_NOTSUP_RETURN (-1);
#elif defined (ACE_HAS_STHREADS)
ACE_NOTSUP_RETURN (-1);