X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fhigh-throughput%2Fmain.c;fp=tests%2Fregression%2Fust%2Fhigh-throughput%2Fmain.c;h=fab14879097756df4e3a67940c334eb38969a212;hp=b59c9241f3bdc3e9b6dacda2eb364223ef97d169;hb=1831ae68b70dece8e9b847081526495adbbf05e5;hpb=25357057de5ae4dd2a572e8f9b893c1b90cbd60a diff --git a/tests/regression/ust/high-throughput/main.c b/tests/regression/ust/high-throughput/main.c index b59c9241f..fab148790 100644 --- a/tests/regression/ust/high-throughput/main.c +++ b/tests/regression/ust/high-throughput/main.c @@ -21,11 +21,11 @@ #define TRACEPOINT_DEFINE #include "tp.h" -void inthandler(int sig) +static void inthandler(int sig) { } -int init_int_handler(void) +static int init_int_handler(void) { int result; struct sigaction act;