.gitignore: ignore local vscode workspace settings file
[lttng-tools.git] / extras / core-handler / crash.c
index 060cd651cc86cf8d1b3efa33a4076397b6c20a01..c1e2a91bcc51b257bc3959dddf0bcc4fe9950f09 100644 (file)
@@ -5,10 +5,9 @@
  *
  */
 
-
 #include <signal.h>
 
-int main(int argc, char *argv[])
+int main(void)
 {
        raise(SIGSEGV);
        return 0;
This page took 0.022709 seconds and 4 git commands to generate.