mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
15 lines
460 B
Diff
15 lines
460 B
Diff
diff --git a/test/signal/test-signalhandler.cpp b/test/signal/test-signalhandler.cpp
|
|
index 023137c2a..92b3fe8af 100644
|
|
--- a/test/signal/test-signalhandler.cpp
|
|
+++ b/test/signal/test-signalhandler.cpp
|
|
@@ -46,9 +46,6 @@
|
|
|
|
/*static*/ void my_fpe()
|
|
{
|
|
-#if !defined(__APPLE__)
|
|
- feenableexcept(FE_ALL_EXCEPT); // TODO: check result
|
|
-#endif
|
|
std::feraiseexcept(FE_UNDERFLOW | FE_DIVBYZERO); // TODO: check result
|
|
// TODO: to generate this via code
|
|
}
|