summaryrefslogtreecommitdiff
path: root/devel/pecl-inotify/files/patch-inotify.c
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-24 13:49:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-24 13:49:41 +0000
commit911bca9568aa944760fd8eed00e5884f86e82610 (patch)
treed466840c8f1d3d3f1abe45957d9aa69c7ee91231 /devel/pecl-inotify/files/patch-inotify.c
parentUpdate to 5.20201220 (diff)
Update to 3.0.0
Changes: https://pecl.php.net/package-changelog.php?package=inotify
Notes
Notes: svn path=/head/; revision=559108
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()