Skip to content

Commit a7a3221

Browse files
committed
[add changelog entry]
1 parent 1402107 commit a7a3221

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

changelog/posix_gc_signals.dd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Posix (excl. Darwin): Switch default GC signals from SIGUSR1/2 to SIGRTMIN/SIGRTMIN+1
2+
3+
As the SIGUSR ones might be used by 'system' libraries (e.g., Android
4+
Dalvik VM or LLVM libFuzzer), while the SIGRT ones are reserved for
5+
user-defined purposes and less likely to collide.
6+
7+
The used signals can still be customized with an early call to
8+
`core.thread.osthread.thread_setGCSignals()`.

0 commit comments

Comments
 (0)