Patch #975056 - fixes for restartable signals on *BSD. In addition,

a few remaining calls to signal() were converted to PyOS_setsig().
This commit is contained in:
Anthony Baxter 2004-10-13 14:48:50 +00:00
parent 7d428788e1
commit 9ceaa72ebe
5 changed files with 28 additions and 48 deletions

View file

@ -217,7 +217,7 @@ shutdown(how) -- shut down traffic in one or both directions\n\
/* Generic includes */
#include <sys/types.h>
#include <signal.h>
//#include <signal.h>
/* Generic socket object definitions and includes */
#define PySocket_BUILDING_SOCKET