opnsense-ports/math/coinmp/files/patch-CoinUtils_src_CoinSignal.hpp
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

11 lines
385 B
C++

--- CoinUtils/src/CoinSignal.hpp.orig 2015-04-15 15:07:42 UTC
+++ CoinUtils/src/CoinSignal.hpp
@@ -44,7 +44,7 @@
//-----------------------------------------------------------------------------
#if defined(__FreeBSD__) && defined(__GNUC__)
- typedef __decltype(SIG_DFL) CoinSighandler_t;
+ typedef typeof(SIG_DFL) CoinSighandler_t;
# define CoinSighandler_t_defined
#endif