Skip to content

Commit

Permalink
FIXED: Compilation on single-threaded systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Jan 24, 2025
1 parent 14baac0 commit a065b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pl-thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -7867,14 +7867,14 @@ PRED_IMPL("$thread_local_clause_count", 3, thread_local_clause_count, 0)

#else /*O_PLMT*/

int
bool
signalGCThread(int sig)
{ GET_LD

return raiseSignal(LD, sig);
}

int
bool
isSignalledGCThread(DECL_LD int sig)
{ return PL_pending(sig);
}
Expand Down

0 comments on commit a065b7d

Please sign in to comment.