mirror of https://github.com/python/cpython
Just remove the #include of signal.h. That it was C++-commented out
was a mistake of mine in updating patch #975056 (I think).
This commit is contained in:
parent
a024034b94
commit
3079391b8d
|
@ -217,7 +217,6 @@ shutdown(how) -- shut down traffic in one or both directions\n\
|
||||||
|
|
||||||
/* Generic includes */
|
/* Generic includes */
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
/*#include <signal.h>*/
|
|
||||||
|
|
||||||
/* Generic socket object definitions and includes */
|
/* Generic socket object definitions and includes */
|
||||||
#define PySocket_BUILDING_SOCKET
|
#define PySocket_BUILDING_SOCKET
|
||||||
|
|
Loading…
Reference in New Issue