initial usertrace syscall and signal
[lttv.git] / usertrace / test.c
1
2 #include "lttng_usertrace.h"
3
4 int main()
5 {
6
7 while(1)
8 {
9
10 }
11
12 return 0;
13 }
This page took 0.029125 seconds and 4 git commands to generate.