Make only libust and libustconsumer use a signal safe usterr.h
[ust.git] / tests / make_shared_lib / prog.c
CommitLineData
41157ed7
PMF
1#include <ust/marker.h>
2
3extern myfunc(void);
4
5int main(void)
6{
7 myfunc();
8 trace_mark(ust, in_prog, MARK_NOARGS);
9 return 0;
10}
This page took 0.032627 seconds and 4 git commands to generate.