summaryrefslogtreecommitdiffstats
path: root/misc-utils/getopt.c
diff options
context:
space:
mode:
authorKarel Zak2016-08-16 13:35:06 +0200
committerKarel Zak2016-08-16 13:35:06 +0200
commit090d8c763a50b5b0c83f423a2e943fa928b29d56 (patch)
treecaec6fc5369d9f6427e3b3c1b2bc6c2c703ce511 /misc-utils/getopt.c
parentinclude/env: minor fixes and clean ups (diff)
downloadkernel-qcow2-util-linux-090d8c763a50b5b0c83f423a2e943fa928b29d56.tar.gz
kernel-qcow2-util-linux-090d8c763a50b5b0c83f423a2e943fa928b29d56.tar.xz
kernel-qcow2-util-linux-090d8c763a50b5b0c83f423a2e943fa928b29d56.zip
include/closestream: define exit codes
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/getopt.c')
-rw-r--r--misc-utils/getopt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc-utils/getopt.c b/misc-utils/getopt.c
index 9add5edca..01b58832b 100644
--- a/misc-utils/getopt.c
+++ b/misc-utils/getopt.c
@@ -54,6 +54,7 @@
#define GETOPT_EXIT_CODE 1
#define PARAMETER_EXIT_CODE 2
#define XALLOC_EXIT_CODE 3
+#define CLOSE_EXIT_CODE XALLOC_EXIT_CODE
#define TEST_EXIT_CODE 4
#include <stdio.h>