Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10db4de

Browse files
author
Charles-François Natali
committed
Issue #4028: Make multiprocessing build on SunOS.
1 parent 3bfc65a commit 10db4de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_multiprocessing/multiprocessing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include "multiprocessing.h"
1010

11-
#ifdef SCM_RIGHTS
11+
#if (defined(CMSG_LEN) && defined(SCM_RIGHTS))
1212
#define HAVE_FD_TRANSFER 1
1313
#else
1414
#define HAVE_FD_TRANSFER 0

0 commit comments

Comments
 (0)