X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fhigh-throughput%2Fmain.c;h=fab14879097756df4e3a67940c334eb38969a212;hb=d3a684eebfe788a7527368d65d7f020bdd1e61d9;hp=b59c9241f3bdc3e9b6dacda2eb364223ef97d169;hpb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;p=lttng-tools.git 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;