Fix: futex wait: handle spurious futex wakeups
[lttng-tools.git] / tests / regression / ust / type-declarations / type-declarations.c
index 516ff616e76e2340147128862f166be47adc931b..d7d2aff73939f408218e3d2eac14d09784ba6a2c 100644 (file)
@@ -1,19 +1,8 @@
 /*
  * Copyright (C) 2014 Geneviève Bastien <gbastien@versatic.net>
  *
- * 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; either
- * version 2.1 of the License, or (at your option) any later version.
+ * 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
  */
 
 /*
@@ -26,7 +15,7 @@
 #define TRACEPOINT_CREATE_PROBES
 #include "ust_tests_td.h"
 
-int main(int argc, char *argv[])
+int main(void)
 {
        int i;
 
This page took 0.02416 seconds and 4 git commands to generate.