mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 23:40:15 +00:00
Added prototype of _POSIX_Semaphore_Delete to avoid warnings.
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user