Clean-up: replace erroneous of empty parameter list by void
[lttng-tools.git] / tests / regression / ust / baddr-statedump / prog.c
index 25c8957fec221b4506ee5b8a9b90d44edc12a7ca..071a6c5719c38d141e560e1628722c79c33a0c02 100644 (file)
@@ -1,9 +1,16 @@
+/*
+ * Copyright (C) 2015 Antoine Busque <abusque@efficios.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
 #include <unistd.h>
 
 #define TRACEPOINT_DEFINE
 #include "tp.h"
 
-int main()
+int main(int argc, char **argv)
 {
        sleep(1);
        return 0;
This page took 0.02333 seconds and 4 git commands to generate.