summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKarel Zak2011-09-13 11:10:18 +0200
committerKarel Zak2011-09-13 11:10:18 +0200
commit57970842cc081be55c5c6ef4703c690bfb2f5e7f (patch)
treef0452abf97a5746b9a301e1f6e990c09f0cba94c /tools
parentscript: non-ANSI definition [smatch scan] (diff)
downloadkernel-qcow2-util-linux-57970842cc081be55c5c6ef4703c690bfb2f5e7f.tar.gz
kernel-qcow2-util-linux-57970842cc081be55c5c6ef4703c690bfb2f5e7f.tar.xz
kernel-qcow2-util-linux-57970842cc081be55c5c6ef4703c690bfb2f5e7f.zip
build-sys: add smatch data
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/smatch-data/no_return_funcs9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/smatch-data/no_return_funcs b/tools/smatch-data/no_return_funcs
new file mode 100644
index 000000000..0e15c76d9
--- /dev/null
+++ b/tools/smatch-data/no_return_funcs
@@ -0,0 +1,9 @@
+// list of functions which don't return.
+// generated by `gen_no_return_funcs.sh`
+__assert_fail
+exit
+__builtin_unreachable
+help
+server_loop
+terminate_intr
+usage