summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mutex.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 15:28:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 15:28:02 +0000
commit2b95c07bda29882b62b2c306f20e3c2a5381ffdd (patch)
treede4ec7fd128298573bca4c9aaf1a89552f8ed49f /cpukit/posix/src/mutex.c
parentAdded #define for SEM_FAILED. (diff)
downloadrtems-2b95c07bda29882b62b2c306f20e3c2a5381ffdd.tar.bz2
Commented out lines causing warning.
Diffstat (limited to 'cpukit/posix/src/mutex.c')
-rw-r--r--cpukit/posix/src/mutex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/posix/src/mutex.c b/cpukit/posix/src/mutex.c
index f5a817bcb8..520af35d46 100644
--- a/cpukit/posix/src/mutex.c
+++ b/cpukit/posix/src/mutex.c
@@ -223,8 +223,10 @@ int pthread_mutex_init(
CORE_mutex_Attributes *the_mutex_attr;
const pthread_mutexattr_t *the_attr;
CORE_mutex_Disciplines the_discipline;
+#if 0
register POSIX_Mutex_Control *mutex_in_use;
Objects_Locations location;
+#endif
if ( attr ) the_attr = attr;
else the_attr = &_POSIX_Mutex_Default_attributes;