diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2026-04-02 15:45:24 +0200 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2026-04-02 15:45:24 +0200 |
| commit | a8de34d56d3da98ff151f7b237d86b6460bc04fc (patch) | |
| tree | 7702775721199b7b78b140f6cd04f4d123f00a4d /src/libThread | |
| parent | 8744f995856073adcf4822939a702cfa753342e4 (diff) | |
[CHORE] libThread: Add new line to `ThrExitThread`.
Signed-off-by: Amlal <amlalelmahrouss@icloud.com>
Diffstat (limited to 'src/libThread')
| -rw-r--r-- | src/libThread/src/Thread.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libThread/src/Thread.cpp b/src/libThread/src/Thread.cpp index 89a90e00..03e1322b 100644 --- a/src/libThread/src/Thread.cpp +++ b/src/libThread/src/Thread.cpp @@ -77,5 +77,6 @@ IMPORT_C SInt32 ThrExitThread(_Input ThreadRef ref, _Input SInt32 exit_code) { if (kCurrentThread == ref) kCurrentThread = nullptr; kThreadExitCodes[kThreadMapMax % ref->__hash] = exit_code; + return kErrorSuccess; }
\ No newline at end of file |
