On Wed, 2 Mar 2022 at 16:31, Eric Blake <ebl...@redhat.com> wrote: > Is exit(EXIT_FAILURE) worth using in this file? We have an > inconsistent history of a magic number vs. a named constant, so either > way,
I'm not a huge fan of EXIT_FAILURE, I think it tends to obscure more than it helps. We have rather more 'exit(1)' than 'exit(EXIT_FAILURE)' in the codebase. -- PMM