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 3bfc65a commit 10db4deCopy full SHA for 10db4de
1 file changed
Modules/_multiprocessing/multiprocessing.c
@@ -8,7 +8,7 @@
8
9
#include "multiprocessing.h"
10
11
-#ifdef SCM_RIGHTS
+#if (defined(CMSG_LEN) && defined(SCM_RIGHTS))
12
#define HAVE_FD_TRANSFER 1
13
#else
14
#define HAVE_FD_TRANSFER 0
0 commit comments