mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-19 14:52:27 +01:00
This is a major release with more than 300 changes containing fixes for 5 security advisories Added CVEs comment since this is also a security upgrade Removed unused patch See:https://github.com/signalwire/freeswitch/releases/tag/v1.10.7
16 lines
396 B
Diff
16 lines
396 B
Diff
diff --git a/libs/apr/include/apr_general.h b/libs/apr/include/apr_general.h
|
|
index 3a95628..42eec83 100644
|
|
--- a/libs/apr/include/apr_general.h
|
|
+++ b/libs/apr/include/apr_general.h
|
|
@@ -29,10 +29,6 @@
|
|
#include "apr_pools.h"
|
|
#include "apr_errno.h"
|
|
|
|
-#if !defined(_ANSI_SOURCE) && defined(_DARWIN_C_SOURCE)
|
|
-#define NSIG __DARWIN_NSIG
|
|
-#endif
|
|
-
|
|
#if APR_HAVE_SIGNAL_H
|
|
#include <signal.h>
|
|
#endif
|