ps: trade cumbersome GNU attributes with less wordy alternatives
This commit is contained in:
@ -15,8 +15,8 @@
|
||||
|
||||
#include "common.h"
|
||||
|
||||
void __attribute__ ((__noreturn__)) usage(FILE * out, int section)
|
||||
{
|
||||
void usage(FILE * out, int section) NORETURN;
|
||||
void usage(FILE * out, int section){
|
||||
fputs(USAGE_HEADER, out);
|
||||
fprintf(out,
|
||||
_(" %s [options]\n"), program_invocation_short_name);
|
||||
|
Reference in New Issue
Block a user