From 2b295183f34f6f7175f14a900048007f52e30391 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Nov 1999 12:47:16 +0000 Subject: Added prototype of _POSIX_Semaphore_Delete to avoid warnings. --- cpukit/posix/include/rtems/posix/semaphore.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpukit/posix/include/rtems/posix') diff --git a/cpukit/posix/include/rtems/posix/semaphore.h b/cpukit/posix/include/rtems/posix/semaphore.h index af80893db4..8df9e4e258 100644 --- a/cpukit/posix/include/rtems/posix/semaphore.h +++ b/cpukit/posix/include/rtems/posix/semaphore.h @@ -128,6 +128,18 @@ int _POSIX_Semaphore_Create_support( POSIX_Semaphore_Control **the_sem ); +/* + * _POSIX_Semaphore_Delete + * + * DESCRIPTION: + * + * This routine supports the sem_close and sem_unlink routines. + */ + +void _POSIX_Semaphore_Delete( + POSIX_Semaphore_Control *the_semaphore +); + /* * _POSIX_Semaphore_Wait_support * -- cgit v1.2.3