summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorMark Johannes <Mark.Johannes@OARcorp.com>1996-08-12 18:58:12 +0000
committerMark Johannes <Mark.Johannes@OARcorp.com>1996-08-12 18:58:12 +0000
commit3b97b7a083a95e3f2a82cf7d2d7dd3a172df620f (patch)
treef932e14efe9f8d9e2148c23e37f1baab01cd1026 /cpukit/posix
parentfixed spacing ; moved a dummy MP support routine to clean up printout. (diff)
downloadrtems-3b97b7a083a95e3f2a82cf7d2d7dd3a172df620f.tar.bz2
mutex.h: removes the promotion of core status code to POSXI status codes
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/include/rtems/posix/mutex.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/cpukit/posix/include/rtems/posix/mutex.h b/cpukit/posix/include/rtems/posix/mutex.h
index ab733e9690..6c065ea26c 100644
--- a/cpukit/posix/include/rtems/posix/mutex.h
+++ b/cpukit/posix/include/rtems/posix/mutex.h
@@ -108,18 +108,6 @@ RTEMS_INLINE_ROUTINE boolean _POSIX_Mutex_Is_null (
POSIX_Mutex_Control *the_mutex
);
-/*
- * _POSIX_Mutex_From_core_mutex_status
- *
- * DESCRIPTION:
- *
- * This function returns a POSIX error code for each RTEMS CORE error message.
- */
-
-int _POSIX_Mutex_From_core_mutex_status(
- CORE_mutex_Status status
-);
-
#include <rtems/posix/mutex.inl>
#include <rtems/posix/mutexmp.h>