We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265727c commit 20b579bCopy full SHA for 20b579b
src/native/eventpipe/ds-ipc-pal-socket.c
@@ -433,7 +433,7 @@ inline
433
int
434
ipc_socket_set_permission (ds_ipc_socket_t s)
435
{
436
-#if defined(DS_IPC_PAL_AF_UNIX) && !(defined(__APPLE__) || defined(__FreeBSD__))
+#if defined(DS_IPC_PAL_AF_UNIX) && !(defined(__APPLE__) || defined(__FreeBSD__) || defined(__HAIKU__))
437
int result_fchmod;
438
DS_ENTER_BLOCKING_PAL_SECTION;
439
do {
0 commit comments