X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkUnixPkg%2FDxe%2FUnixThunk%2FBus%2FSimpleFileSystem%2FUnixSimpleFileSystem.c;fp=EdkUnixPkg%2FDxe%2FUnixThunk%2FBus%2FSimpleFileSystem%2FUnixSimpleFileSystem.c;h=2a745cbdd22da7e6edf37901f883db78fbb729f8;hp=a1b5b32010c01602166295338a3c6f00363c7796;hb=377fc2ae7125fec78f349c1ceda0cbeb53c988c2;hpb=6bb60d710b3e041221582400390eca5977cd9aca diff --git a/EdkUnixPkg/Dxe/UnixThunk/Bus/SimpleFileSystem/UnixSimpleFileSystem.c b/EdkUnixPkg/Dxe/UnixThunk/Bus/SimpleFileSystem/UnixSimpleFileSystem.c index a1b5b32010..2a745cbdd2 100644 --- a/EdkUnixPkg/Dxe/UnixThunk/Bus/SimpleFileSystem/UnixSimpleFileSystem.c +++ b/EdkUnixPkg/Dxe/UnixThunk/Bus/SimpleFileSystem/UnixSimpleFileSystem.c @@ -15,8 +15,8 @@ Module Name: Abstract: - Produce Simple File System abstractions for directories on your PC using Win32 APIs. - The configuration of what devices to mount or emulate comes from NT + Produce Simple File System abstractions for directories on your PC using Posix APIs. + The configuration of what devices to mount or emulate comes from UNIX environment variables. The variables must be visible to the Microsoft* Developer Studio for them to work. @@ -1398,7 +1398,7 @@ Returns: return EFI_SUCCESS; // - // bugbug: need to access windows error reporting + // bugbug: need to access unix error reporting // } @@ -2100,7 +2100,7 @@ Returns: return PrivateFile->UnixThunk->FSync (PrivateFile->fd) == 0 ? EFI_SUCCESS : EFI_DEVICE_ERROR; // - // bugbug: - Use Windows error reporting. + // bugbug: - Use Unix error reporting. // }