mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Issue #4028: Make multiprocessing build on SunOS.
This commit is contained in:
parent
3bfc65a25b
commit
10db4dec61
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "multiprocessing.h"
|
||||
|
||||
#ifdef SCM_RIGHTS
|
||||
#if (defined(CMSG_LEN) && defined(SCM_RIGHTS))
|
||||
#define HAVE_FD_TRANSFER 1
|
||||
#else
|
||||
#define HAVE_FD_TRANSFER 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue