summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-03 12:47:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-03 12:47:16 +0000
commit2b295183f34f6f7175f14a900048007f52e30391 (patch)
tree250ec442bcbc5f31eb373d9f1ded0a4863012367 /cpukit/posix/include/rtems/posix
parentAdded prototype of POSIX_Thread_cancel_run to avoid warnings. (diff)
downloadrtems-2b295183f34f6f7175f14a900048007f52e30391.tar.bz2
Added prototype of _POSIX_Semaphore_Delete to avoid warnings.
Diffstat (limited to 'cpukit/posix/include/rtems/posix')
-rw-r--r--cpukit/posix/include/rtems/posix/semaphore.h12
1 files changed, 12 insertions, 0 deletions
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
@@ -129,6 +129,18 @@ int _POSIX_Semaphore_Create_support(
);
/*
+ * _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
*
* DESCRIPTION: