summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/semmp.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-06-12 15:36:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-06-12 15:36:14 +0000
commit6381642a19354cf88c1bf1d20fe3ca75ad8d5d5c (patch)
tree4d36af5fa9f3a7725fd7944c566ddde9cfb25227 /cpukit/rtems/src/semmp.c
parent2003-06-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6381642a19354cf88c1bf1d20fe3ca75ad8d5d5c.tar.bz2
2003-06-12 Joel Sherrill <joel@OARcorp.com>
* include/rtems/rtems/msgmp.h, include/rtems/rtems/partmp.h, include/rtems/rtems/regionmp.h, include/rtems/rtems/semmp.h, src/msgmp.c, src/partmp.c, src/regionmp.c, src/semmp.c: Removed warnings.
Diffstat (limited to 'cpukit/rtems/src/semmp.c')
-rw-r--r--cpukit/rtems/src/semmp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/rtems/src/semmp.c b/cpukit/rtems/src/semmp.c
index f479467bc9..4e039c09ef 100644
--- a/cpukit/rtems/src/semmp.c
+++ b/cpukit/rtems/src/semmp.c
@@ -281,9 +281,11 @@ void _Semaphore_MP_Send_object_was_deleted (
*/
void _Semaphore_MP_Send_extract_proxy (
- Thread_Control *the_thread
+ void *argument
)
{
+ Thread_Control *the_thread = (Thread_Control *)argument;
+
_Semaphore_MP_Send_process_packet(
SEMAPHORE_MP_EXTRACT_PROXY,
the_thread->Wait.id,