]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Minor __LA_NORETURN inspired fixes (#2028)
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 8 Dec 2023 03:22:27 +0000 (03:22 +0000)
committerGitHub <noreply@github.com>
Fri, 8 Dec 2023 03:22:27 +0000 (19:22 -0800)
commitd5713db2d4eaeac636ca243507921903d9fd59e7
tree5a93749381dd91699414f2f9c568821903f65dd6
parent616c7dca2ba7e11436f1c49f366f1fae7071d21e
Minor __LA_NORETURN inspired fixes (#2028)

Earlier MR https://github.com/libarchive/libarchive/pull/2000 forgot to
annotate some functions as __LA_NORETURN. While fixing that I've noticed
that the bsdcat.h header could use some fixes so I've snuck those in.

Kind of make sense to group in one PR, but can split people prefer so.

/cc @AtariDreams fyi

---------

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
cat/bsdcat.c
cat/bsdcat.h
cpio/cpio.c
libarchive/archive_private.h
libarchive_fe/err.h
tar/bsdtar.c
tar/bsdtar.h