net-misc/memcached: drop unused patch

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-06-25 12:43:31 +01:00
parent 52cbdf3d48
commit 35c3bf5d02

View File

@@ -1,21 +0,0 @@
errno.h(0P):
EAGAIN Resource unavailable, try again (may be the same value as [EWOULDBLOCK]).
[...]
EWOULDBLOCK
Operation would block (may be the same value as [EAGAIN]).
--- a/testapp.c
+++ b/testapp.c
@@ -1840,6 +1840,9 @@
switch (errno) {
case EINTR:
break;
+#if (EAGAIN != EWOULDBLOCK)
+ case EAGAIN:
+#endif
case ENOMEM:
case EWOULDBLOCK:
more = false;