ΒΆstd::error_code unlockFile(int FD)

Description

Unlock the file.

Declared at: llvm/include/llvm/Support/FileSystem.h:1202

Parameters

int FD
The descriptor representing the file to unlock.

Returns

errc::success if lock is successfully released or platform-specific error_code otherwise.