From cb1c2ac48b29309406580f506765585b13f59852 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 14 Feb 2025 21:05:55 +0100 Subject: ADD: MAJOR: Don't use POSIX. Fix LPC. Add SignalKit. Signed-off-by: Amlal --- dev/LibSCI/LPC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/LibSCI') diff --git a/dev/LibSCI/LPC.h b/dev/LibSCI/LPC.h index 83bcd824..8631f3de 100644 --- a/dev/LibSCI/LPC.h +++ b/dev/LibSCI/LPC.h @@ -50,7 +50,7 @@ inline constexpr ErrObject kErrorInvalidCreds = 61; inline constexpr ErrObject kErrorCDTrayBroken = 62; inline constexpr ErrObject kErrorUnrecoverableDisk = 63; inline constexpr ErrObject kErrorFileLocked = 64; -inline constexpr ErrObject kErrorUnimplemented = 0; +inline constexpr ErrObject kErrorUnimplemented = -1; /// @brief The last error reported by the system to the process. IMPORT_C ErrObject kLastError; -- cgit v1.2.3