audk/EmulatorPkg/Unix/Host
Gerd Hoffmann 843f2d0964 EmulatorPkg: fix build error.
GasketSecSetTime is EMU_SET_TIME and returns EFI_STATUS.  Fix the
declaration accordingly.  Fixes build error with gcc 14.

    /home/kraxel/projects/edk2/EmulatorPkg/Unix/Host/EmuThunk.c:429:3: error: initialization of ‘EFI_STATUS (__attribute__((ms_abi)) *)(EFI_TIME *)’ {aka ‘long long unsigned int (__attribute__((ms_abi)) *)(EFI_TIME *)’} from incompatible pointer type ‘void (__attribute__((ms_abi)) *)(EFI_TIME *)’ [-Wincompatible-pointer-types]
      429 |   GasketSecSetTime,
          |   ^~~~~~~~~~~~~~~~

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2024-05-30 04:18:49 +00:00
..
Ia32 EmulatorPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
X64 EmulatorPkg/Unix: Fix various typos 2020-02-10 22:30:07 +00:00
BerkeleyPacketFilter.c EmulatorPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
BlockIo.c EmulatorPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
EmuThunk.c Add EFI_STATUS return to EMU_THUNK_PROTOCOL.SetTime() 2024-01-05 20:32:08 +00:00
Gasket.h EmulatorPkg: fix build error. 2024-05-30 04:18:49 +00:00
Host.c EmulatorPkg: Record Argc, Argv and Envp in EmuThunk Ppi 2022-12-08 10:44:20 +00:00
Host.h EmulatorPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Host.inf EmulatorPkg: Add persistent memory in EmuThunkPpi 2022-12-08 10:44:20 +00:00
LinuxPacketFilter.c EmulatorPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
MemoryAllocationLib.c EmulatorPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
PosixFileSystem.c EmulatorPkg/PosixFileSystem: Add NULL check on memory allocation 2022-07-21 06:18:23 +00:00
Pthreads.c EmulatorPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
X11GraphicsWindow.c EmulatorPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
X11IncludeHack EmulatorPkg:Unix: Add support for X11 on Mac OS X via XQuartz 2014-08-28 03:38:21 +00:00