index
:
sctrace
master
A simple syscall tracer
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
raise.c
blob: 555ad2151ac267fe2032a19ef768c6c34f9c032a (
plain
) (
blame
)
1
2
3
4
5
6
7
8
#include <signal.h> int main(void) { raise(SIGTERM); return 0; }