tests: put `static` keyword at beginning of variable declaration
[lttng-tools.git] / tests / regression / kernel / select_poll_epoll.c
index 3aa639316f8796de1db89eec66dcd5d802a742e7..e667e17665dbde4d01aa1c246b74ddaa3893e97f 100644 (file)
@@ -31,7 +31,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.024597 seconds and 5 git commands to generate.