mirror of https://github.com/python/cpython
Also fix the comment.
This commit is contained in:
parent
bb8b78b77a
commit
976ade691c
|
@ -131,7 +131,7 @@ Socket methods:
|
|||
#include <sys/types.h>
|
||||
#include <signal.h>
|
||||
|
||||
/* Generic _socket.h definitions and includes */
|
||||
/* Generic socket object definitions and includes */
|
||||
#define PySocket_BUILDING_SOCKET
|
||||
#include "socketmodule.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue