ΒΆllvm::sys::fs::file_t convertFDToNativeFile(
    int FD)

Description

Converts from a Posix file descriptor number to a native file handle. On Windows, this retreives the underlying handle. On non-Windows, this is a no-op.

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

Parameters

int FD