curl_memory.h: fix to undefine accept4

Follow-up to 3d02872be7 #16979
Cherry-picked from #17827
Closes #17831
This commit is contained in:
Viktor Szakats 2025-07-06 15:16:49 +02:00
parent cbf261e2de
commit 9e17d281bf
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -79,6 +79,9 @@
#undef socket
#undef accept
#ifdef HAVE_ACCEPT4
#undef accept4
#endif
#ifdef HAVE_SOCKETPAIR
#undef socketpair
#endif