From 3fb529373f11fdae458b4544e09c50c659f0d848 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 3 Jan 2013 15:27:23 -0600 Subject: [PATCH] Clear RTEMS build warning shutdown is also a system identifier. --- src/libCom/test/epicsThreadHooksTest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libCom/test/epicsThreadHooksTest.c b/src/libCom/test/epicsThreadHooksTest.c index b8a4e38b8..b6ba833e0 100644 --- a/src/libCom/test/epicsThreadHooksTest.c +++ b/src/libCom/test/epicsThreadHooksTest.c @@ -29,8 +29,8 @@ static int mine[MAX_THREADS]; static int mapped[MAX_THREADS]; static epicsThreadId tid[MAX_THREADS]; -epicsMutexId tidLock; -epicsEventId shutdown[TEST_THREADS]; +static epicsMutexId tidLock; +static epicsEventId shutdown[TEST_THREADS]; static int newThreadIndex(epicsThreadId id) {