summaryrefslogtreecommitdiff
path: root/math/octave/files/patch-liboctave_util_quit.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave/files/patch-liboctave_util_quit.h')
-rw-r--r--math/octave/files/patch-liboctave_util_quit.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/octave/files/patch-liboctave_util_quit.h b/math/octave/files/patch-liboctave_util_quit.h
index c3b21dcef831..5ee83cbc3788 100644
--- a/math/octave/files/patch-liboctave_util_quit.h
+++ b/math/octave/files/patch-liboctave_util_quit.h
@@ -1,11 +1,11 @@
---- liboctave/util/quit.h.orig 2024-03-16 19:30:09 UTC
+--- liboctave/util/quit.h.orig 2025-03-29 19:33:33 UTC
+++ liboctave/util/quit.h
-@@ -224,7 +224,7 @@ octave_exception
+@@ -224,7 +224,7 @@ extern "C" {
#if defined (__cplusplus)
--extern OCTAVE_API std::atomic<int> octave_interrupt_state;
-+extern OCTAVE_API std::atomic<sig_atomic_t> octave_interrupt_state;
+- extern OCTAVE_API std::atomic<int> octave_interrupt_state;
++ extern OCTAVE_API std::atomic<sig_atomic_t> octave_interrupt_state;
- extern OCTAVE_API volatile std::atomic<bool> octave_signal_caught;
+ extern OCTAVE_API std::atomic<bool> octave_signal_caught;