summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/shmimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/include/rtems/posix/shmimpl.h')
-rw-r--r--cpukit/posix/include/rtems/posix/shmimpl.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/cpukit/posix/include/rtems/posix/shmimpl.h b/cpukit/posix/include/rtems/posix/shmimpl.h
index ff3299ebe0..6d81e5eb27 100644
--- a/cpukit/posix/include/rtems/posix/shmimpl.h
+++ b/cpukit/posix/include/rtems/posix/shmimpl.h
@@ -33,25 +33,6 @@ extern "C" {
extern Objects_Information _POSIX_Shm_Information;
-RTEMS_INLINE_ROUTINE void _POSIX_Shm_Acquire(
- POSIX_Shm_Control *the_shm,
- Thread_queue_Context *queue_context
-)
-{
- _Thread_queue_Acquire(
- &the_shm->Wait_queue,
- queue_context
- );
-}
-
-RTEMS_INLINE_ROUTINE void _POSIX_Shm_Release(
- POSIX_Shm_Control *the_shm,
- Thread_queue_Context *queue_context
-)
-{
- _Thread_queue_Release( &the_shm->Wait_queue, queue_context );
-}
-
RTEMS_INLINE_ROUTINE POSIX_Shm_Control *_POSIX_Shm_Allocate_unprotected( void )
{
return (POSIX_Shm_Control *)