summaryrefslogtreecommitdiffstats
path: root/schedutils/ionice.c
diff options
context:
space:
mode:
Diffstat (limited to 'schedutils/ionice.c')
-rw-r--r--schedutils/ionice.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/schedutils/ionice.c b/schedutils/ionice.c
index 18529753f..5fdeccf8d 100644
--- a/schedutils/ionice.c
+++ b/schedutils/ionice.c
@@ -17,6 +17,7 @@
#include "nls.h"
#include "strutils.h"
#include "c.h"
+#include "closestream.h"
static int tolerant;
@@ -139,6 +140,7 @@ int main(int argc, char **argv)
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
+ atexit(close_stdout);
while ((c = getopt_long(argc, argv, "+n:c:p:tVh", longopts, NULL)) != EOF)
switch (c) {