From b1af454f1854309c89fa16078d3504787d58393f Mon Sep 17 00:00:00 2001 From: Mark Johannes Date: Mon, 12 Aug 1996 17:41:37 +0000 Subject: mutex.h: promoted out _POSIX_Mutex_From_core_mutex_status --- cpukit/posix/include/rtems/posix/mutex.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpukit/posix') diff --git a/cpukit/posix/include/rtems/posix/mutex.h b/cpukit/posix/include/rtems/posix/mutex.h index 6c065ea26c..ab733e9690 100644 --- a/cpukit/posix/include/rtems/posix/mutex.h +++ b/cpukit/posix/include/rtems/posix/mutex.h @@ -108,6 +108,18 @@ 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 #include -- cgit v1.2.3