summaryrefslogtreecommitdiff
path: root/libsm/assert.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsm/assert.c')
-rw-r--r--libsm/assert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsm/assert.c b/libsm/assert.c
index 6393e9eca419..e77720109028 100644
--- a/libsm/assert.c
+++ b/libsm/assert.c
@@ -83,7 +83,7 @@ sm_abort_defaulthandler(filename, lineno, msg)
#ifdef SIGSTOP
if (sm_debug_active(&SmAbortStop, 1))
kill(getpid(), SIGSTOP);
-#endif /* SIGSTOP */
+#endif
abort();
}