summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/signal-embedded.stp
blob: 5a0d9d8b7951618607d114a3b05b26df49ce39f1 (plain)
1
2
3
4
5
6
#! stap -p4

probe begin {
	print (get_sigset(0))
}