summaryrefslogtreecommitdiffhomepage
path: root/dev/LibSCI
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-02-14 21:05:55 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-02-14 21:05:55 +0100
commitcb1c2ac48b29309406580f506765585b13f59852 (patch)
treec575d6fb72c13aec58698e5eb685915baeb10f2e /dev/LibSCI
parent6fa88c659e614eaf5eae2caa7c8305f6a8769742 (diff)
ADD: MAJOR: Don't use POSIX. Fix LPC. Add SignalKit.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibSCI')
-rw-r--r--dev/LibSCI/LPC.h2
1 files changed, 1 insertions, 1 deletions
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;