summarylogtreecommitdiffstats
path: root/apr-nsig-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'apr-nsig-fix.patch')
-rw-r--r--apr-nsig-fix.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/apr-nsig-fix.patch b/apr-nsig-fix.patch
deleted file mode 100644
index 6248f0722f69..000000000000
--- a/apr-nsig-fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Naur freeswitch-1.10.8.pristine/libs/apr/include/fspr_general.h freeswitch-1.10.8/libs/apr/include/fspr_general.h
---- freeswitch-1.10.8.pristine/libs/apr/include/fspr_general.h 2022-12-28 12:25:07.076204573 +0000
-+++ freeswitch-1.10.8/libs/apr/include/fspr_general.h 2022-12-28 12:26:34.536771598 +0000
-@@ -29,9 +29,9 @@
- #include "fspr_pools.h"
- #include "fspr_errno.h"
-
--#if !defined(_ANSI_SOURCE) && defined(_DARWIN_C_SOURCE)
--#define NSIG __DARWIN_NSIG
--#endif
-+//#if !defined(_ANSI_SOURCE) && defined(_DARWIN_C_SOURCE)
-+//#define NSIG __DARWIN_NSIG
-+//#endif
-
- #if APR_HAVE_SIGNAL_H
- #include <signal.h>