tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / kernel / select_poll_epoll.c
index 3aa639316f8796de1db89eec66dcd5d802a742e7..33b8cb5d5d100d29ac18777ba68ae996e1ced057 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2016 Julien Desfossez <jdesfossez@efficios.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
 #include <stdio.h>
 #include <poll.h>
 #include <signal.h>
@@ -31,7 +38,7 @@
 #define MSEC_PER_NSEC (MSEC_PER_USEC * 1000)
 
 static int timeout; /* seconds, -1 to disable */
-volatile static int stop_thread;
+static volatile int stop_thread;
 static int wait_fd;
 
 struct ppoll_thread_data {
This page took 0.023349 seconds and 4 git commands to generate.