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

@ -338,7 +338,7 @@ extern int want_this_proc(proc_t *buf);
extern const char *select_bits_setup(void);
/* help.c */
extern void __attribute__ ((__noreturn__)) usage(FILE * out, int section);
extern void usage(FILE * out, int section) NORETURN;
/* global.c */
extern void self_info(void);