(C) 1998 AROS - The Amiga Research OS
NAME
void RemSemaphore (sigSem)
LOCATION
In SysBase at offset 101
SYNOPSIS
struct SignalSemaphore * sigSem
FUNCTION
Removes a semaphore from the system public semaphore list.
INPUTS
sigSem
Pointer to semaphore structure
RESULT
EXAMPLE
SEE ALSO
NOTES
Semaphores are shared between the tasks that use them and must therefore lie in public (or at least shared) memory.
BUGS
INTERNALS
HISTORY