Update port.c

This commit is contained in:
Bhoomika R S 2025-02-13 14:49:05 +05:30 committed by GitHub
parent 93b1ae25f5
commit 8003b6ff04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@
* Note: When using LLDB (the default debugger on macOS) with this port, * Note: When using LLDB (the default debugger on macOS) with this port,
* suppress SIGUSR1 to prevent debugger interference. This can be * suppress SIGUSR1 to prevent debugger interference. This can be
* done by adding the following line to ~/.lldbinit: * done by adding the following line to ~/.lldbinit:
* `process handle SIGUSR1 -n true -p true -s false` * `process handle SIGUSR1 -n true -p false -s false`
*----------------------------------------------------------*/ *----------------------------------------------------------*/
#ifdef __linux__ #ifdef __linux__
#define _GNU_SOURCE #define _GNU_SOURCE