summaryrefslogtreecommitdiff
path: root/devel/pecl-inotify/files/patch-inotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pecl-inotify/files/patch-inotify.c')
-rw-r--r--devel/pecl-inotify/files/patch-inotify.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/pecl-inotify/files/patch-inotify.c b/devel/pecl-inotify/files/patch-inotify.c
deleted file mode 100644
index 4f8de7a1905e..000000000000
--- a/devel/pecl-inotify/files/patch-inotify.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- inotify.c.orig 2016-01-30 12:34:05 UTC
-+++ inotify.c
-@@ -28,6 +28,11 @@
- #include "ext/standard/info.h"
- #include "php_inotify.h"
-
-+#if PHP_MAJOR_VERSION >= 8
-+#define TSRMLS_CC
-+#define TSRMLS_DC
-+#endif
-+
- /* {{{ arginfo */
- ZEND_BEGIN_ARG_INFO_EX(arginfo_inotify_init, 0, ZEND_RETURN_VALUE, 0)
- ZEND_END_ARG_INFO()