From 913f560b9879bef6e3e92aaf5d392fa819e9d76f Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 13 Sep 2011 11:15:43 +0200 Subject: [PATCH] build-sys: add err and errx to smatch no_return_funcs Signed-off-by: Karel Zak --- tools/smatch-data/no_return_funcs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/smatch-data/no_return_funcs b/tools/smatch-data/no_return_funcs index 0e15c76d93..19052b5d6c 100644 --- a/tools/smatch-data/no_return_funcs +++ b/tools/smatch-data/no_return_funcs @@ -7,3 +7,5 @@ help server_loop terminate_intr usage +err +errx -- 2.47.3