summaryrefslogtreecommitdiff
path: root/src/win32/sigaction/sigaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/sigaction/sigaction.h')
-rw-r--r--src/win32/sigaction/sigaction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/sigaction/sigaction.h b/src/win32/sigaction/sigaction.h
index 0492ca0e0..aee350d1c 100644
--- a/src/win32/sigaction/sigaction.h
+++ b/src/win32/sigaction/sigaction.h
@@ -18,7 +18,7 @@
# define SIGPIPE -1
#endif
-struct sigaction
+struct sigaction final
{
void (*sa_handler)(int);
int sa_flags;