]> Git Repo - linux.git/blobdiff - tools/perf/util/scripting-engines/trace-event-python.c
net: ipv4: add second dif to udp socket lookups
[linux.git] / tools / perf / util / scripting-engines / trace-event-python.c
index 40de3cb40d2100fe918f26795ae29ae702d62665..57b7a00e6f1675de348ee7e4ae8b57389ea8318b 100644 (file)
@@ -28,6 +28,7 @@
 #include <stdbool.h>
 #include <errno.h>
 #include <linux/bitmap.h>
+#include <linux/compiler.h>
 #include <linux/time64.h>
 
 #include "../../perf.h"
@@ -84,7 +85,7 @@ struct tables {
 
 static struct tables tables_global;
 
-static void handler_call_die(const char *handler_name) NORETURN;
+static void handler_call_die(const char *handler_name) __noreturn;
 static void handler_call_die(const char *handler_name)
 {
        PyErr_Print();
This page took 0.036818 seconds and 4 git commands to generate.