mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Fix typo in last patch -- the symbol's name is MSG_DONWAIT, not
MSG_DONTWAIT. Reported by Fredrik Lundh.
This commit is contained in:
parent
2c8bcb8794
commit
14f3f59d2b
1 changed files with 1 additions and 1 deletions
|
@ -2527,7 +2527,7 @@ initsocket()
|
|||
insint(d, "MSG_DONTROUTE", MSG_DONTROUTE);
|
||||
#endif
|
||||
#ifdef MSG_DONTWAIT
|
||||
insint(d, "MSG_DONWAIT", MSG_DONTWAIT);
|
||||
insint(d, "MSG_DONTWAIT", MSG_DONTWAIT);
|
||||
#endif
|
||||
#ifdef MSG_EOR
|
||||
insint(d, "MSG_EOR", MSG_EOR);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue