X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fhigh-throughput%2Fmain.c;h=fab14879097756df4e3a67940c334eb38969a212;hb=refs%2Fheads%2Fsow-2019-0002-rev2;hp=dbd2998ac54344e0952c14eeb9e92046dc03985f;hpb=5d2e1e66a968d9e555f9b8b00d0589ebfaf3de32;p=deliverable%2Flttng-tools.git diff --git a/tests/regression/ust/high-throughput/main.c b/tests/regression/ust/high-throughput/main.c index dbd2998ac..fab148790 100644 --- a/tests/regression/ust/high-throughput/main.c +++ b/tests/regression/ust/high-throughput/main.c @@ -1,20 +1,9 @@ /* - * Copyright (C) 2009 Pierre-Marc Fournier - * Copyright (C) 2011 Mathieu Desnoyers + * Copyright (C) 2009 Pierre-Marc Fournier + * Copyright (C) 2011 Mathieu Desnoyers * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; version 2.1 of - * the License. + * SPDX-License-Identifier: LGPL-2.1-only * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include @@ -32,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;