aboutsummaryrefslogtreecommitdiff
path: root/gdb/unittests/scoped_ignore_signal-selftests.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/unittests/scoped_ignore_signal-selftests.c')
-rw-r--r--gdb/unittests/scoped_ignore_signal-selftests.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/unittests/scoped_ignore_signal-selftests.c b/gdb/unittests/scoped_ignore_signal-selftests.c
index fdfaca3..86c5031 100644
--- a/gdb/unittests/scoped_ignore_signal-selftests.c
+++ b/gdb/unittests/scoped_ignore_signal-selftests.c
@@ -114,9 +114,7 @@ test_sigpipe ()
} /* namespace scoped_ignore_sig */
} /* namespace selftests */
-void _initialize_scoped_ignore_signal_selftests ();
-void
-_initialize_scoped_ignore_signal_selftests ()
+INIT_GDB_FILE (scoped_ignore_signal_selftests)
{
#ifdef SIGPIPE
selftests::register_test ("scoped_ignore_sigpipe",