fUnlock(3)
NAME
fUnlock - release file lock.
SYNOPSIS
#include <util/ulocks.h> void fUnlock(int lock);
ARGUMENTS
lock - Lock to release.
DESCRIPTION
Releases the lock identified by <lock>.
MT-Level: Safe.
RETURN VALUE
None.
fUnlock - release file lock.
#include <util/ulocks.h> void fUnlock(int lock);
lock - Lock to release.
Releases the lock identified by <lock>.
MT-Level: Safe.
None.