ps: trade cumbersome GNU attributes with less wordy alternatives

This commit is contained in:
Jim Warner
2012-01-02 01:26:45 -06:00
committed by Craig Small
parent fb11e1fe0a
commit fe20653a4e
3 changed files with 7 additions and 5 deletions

View File

@ -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);