mirror of
https://github.com/curl/curl.git
synced 2026-05-14 07:26:19 +03:00
curl_memory.h: fix to undefine accept4
Follow-up to 3d02872be7 #16979
Cherry-picked from #17827
Closes #17831
This commit is contained in:
parent
cbf261e2de
commit
9e17d281bf
1 changed files with 3 additions and 0 deletions
|
|
@ -79,6 +79,9 @@
|
|||
|
||||
#undef socket
|
||||
#undef accept
|
||||
#ifdef HAVE_ACCEPT4
|
||||
#undef accept4
|
||||
#endif
|
||||
#ifdef HAVE_SOCKETPAIR
|
||||
#undef socketpair
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue