summaryrefslogtreecommitdiffstats
path: root/perform/pio_engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'perform/pio_engine.c')
-rw-r--r--perform/pio_engine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/perform/pio_engine.c b/perform/pio_engine.c
index a70ddc3..27606d0 100644
--- a/perform/pio_engine.c
+++ b/perform/pio_engine.c
@@ -3028,7 +3028,7 @@ gpfs_invalidate_file_cache(const char *filename)
filename);
fprintf(stderr, " errno=%d errorOffset=%d\n",
errno, inv_cache_hint.hdr.errorOffset);
- exit(1);
+ exit(EXIT_FAILURE);
}
/* Close the file */
@@ -3037,7 +3037,7 @@ gpfs_invalidate_file_cache(const char *filename)
"could not close file '%s' after flushing file cache, ",
filename);
fprintf(stderr, "errno=%d\n", errno);
- exit(1);
+ exit(EXIT_FAILURE);
}
}