mirror of https://github.com/python/cpython.git
Issue #4028: Make multiprocessing build on SunOS.
This commit is contained in:
parent
3bfc65a25b
commit
10db4dec61
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#include "multiprocessing.h"
|
#include "multiprocessing.h"
|
||||||
|
|
||||||
#ifdef SCM_RIGHTS
|
#if (defined(CMSG_LEN) && defined(SCM_RIGHTS))
|
||||||
#define HAVE_FD_TRANSFER 1
|
#define HAVE_FD_TRANSFER 1
|
||||||
#else
|
#else
|
||||||
#define HAVE_FD_TRANSFER 0
|
#define HAVE_FD_TRANSFER 0
|
||||||
|
|
Loading…
Reference in New Issue