aports/community/perl-linux-epoll/posix-strerror_r.patch
2024-08-28 11:23:21 +00:00

13 lines
266 B
Diff

diff --git a/lib/Linux/Epoll.xs b/lib/Linux/Epoll.xs
index 11cfc6d..c6c930d 100644
--- a/lib/Linux/Epoll.xs
+++ b/lib/Linux/Epoll.xs
@@ -1,7 +1,6 @@
#ifndef _GNU_SOURCE
# define _GNU_SOURCE
#endif
-#define GNU_STRERROR_R
#include <math.h>
#include <string.h>