forked from Imagelibrary/rtems
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_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
|
* _POSIX_Semaphore_Wait_support
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -128,6 +128,18 @@ int _POSIX_Semaphore_Create_support(
|
|||||||
POSIX_Semaphore_Control **the_sem
|
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
|
* _POSIX_Semaphore_Wait_support
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user