summaryrefslogtreecommitdiffstats
path: root/sys-utils/renice.c
diff options
context:
space:
mode:
authorKarel Zak2010-12-10 16:47:18 +0100
committerKarel Zak2010-12-10 16:47:18 +0100
commitabafd68667a965c033c5cef0646482433f6994b5 (patch)
tree7be1e393db96bf3e740d161ebae39de844ad3ae4 /sys-utils/renice.c
parentchfn: Use EXIT_* and err() (diff)
downloadkernel-qcow2-util-linux-abafd68667a965c033c5cef0646482433f6994b5.tar.gz
kernel-qcow2-util-linux-abafd68667a965c033c5cef0646482433f6994b5.tar.xz
kernel-qcow2-util-linux-abafd68667a965c033c5cef0646482433f6994b5.zip
fix __noreturn__ usage
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/renice.c')
-rw-r--r--sys-utils/renice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/renice.c b/sys-utils/renice.c
index 8a60cd83a..6b1a9726b 100644
--- a/sys-utils/renice.c
+++ b/sys-utils/renice.c
@@ -49,7 +49,7 @@
static int donice(int,int,int);
-static int __attribute__((__noreturn__)) usage(FILE *out)
+static void __attribute__((__noreturn__)) usage(FILE *out)
{
fprintf(out, _(
"\nUsage:\n"