diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 1997-02-23 04:12:01 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 1997-02-23 04:12:01 +0000 |
commit | a74e33a6247ab4ba9e8b7a387610691a69a3adb1 (patch) | |
tree | 86c1f0b46ea45fa3c6311ea6869b107d79479c07 | |
parent | 8b8934343c35def0720e8804911e810e3b43c184 (diff) | |
download | ATCD-a74e33a6247ab4ba9e8b7a387610691a69a3adb1.tar.gz |
Fixed niggle in Linux config.
-rw-r--r-- | ace/OS.i | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |