projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Prepare for '-Wunused-parameter'
[lttng-tools.git]
/
extras
/
core-handler
/
crash.c
1
/*
2
* Copyright (C) 2013 Christian Babeux <christian.babeux@efficios.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-only
5
*
6
*/
7
8
9
#include <signal.h>
10
11
int
main
(
void
)
12
{
13
raise
(
SIGSEGV
);
14
return
0
;
15
}
This page took
0.031051 seconds
and
5
git commands to generate.