]> git.ipfire.org Git - thirdparty/kmod.git/commit
depmod: annotate fatal_oom() as noreturn
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 17 Sep 2024 09:50:45 +0000 (10:50 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 17 Sep 2024 15:07:48 +0000 (10:07 -0500)
commit0f6bd005de1a9b8b0cfd397e70f9f0ec5d31e67e
tree51b4b1be91484d5cae704c34e91aa8c1a7b2a82f
parentddbc49542c43d30ce2a376852df92b4512d94efc
depmod: annotate fatal_oom() as noreturn

... in case the compiler cannot deduce it from the exit(3) within.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/135
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
tools/depmod.c