Changeset 2b295183 in rtems for cpukit/posix/include/rtems/posix/semaphore.h
- Timestamp:
- Nov 3, 1999, 12:47:16 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, master
- Children:
- 86ed4f0
- Parents:
- 0a3946f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/posix/include/rtems/posix/semaphore.h
r0a3946f r2b295183 130 130 131 131 /* 132 * _POSIX_Semaphore_Delete 133 * 134 * DESCRIPTION: 135 * 136 * This routine supports the sem_close and sem_unlink routines. 137 */ 138 139 void _POSIX_Semaphore_Delete( 140 POSIX_Semaphore_Control *the_semaphore 141 ); 142 143 /* 132 144 * _POSIX_Semaphore_Wait_support 133 145 *
Note: See TracChangeset
for help on using the changeset viewer.