Added prototype of _POSIX_Semaphore_Delete to avoid warnings.

This commit is contained in:
Joel Sherrill
1999-11-03 12:47:16 +00:00
parent 0a3946f6e7
commit 2b295183f3
2 changed files with 24 additions and 0 deletions

View File

@@ -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
*

View File

@@ -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
*