summaryrefslogtreecommitdiffstats
path: root/text-utils
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils')
-rw-r--r--text-utils/rev.c2
-rw-r--r--text-utils/ul.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/text-utils/rev.c b/text-utils/rev.c
index 907b032b1..7a42d7e49 100644
--- a/text-utils/rev.c
+++ b/text-utils/rev.c
@@ -66,7 +66,7 @@ wchar_t *buf;
static void sig_handler(int signo)
{
free(buf);
- exit(EXIT_SUCCESS);
+ _exit(EXIT_SUCCESS);
}
static void __attribute__((__noreturn__)) usage(FILE *out)
diff --git a/text-utils/ul.c b/text-utils/ul.c
index 4601e3c7c..dbcc32148 100644
--- a/text-utils/ul.c
+++ b/text-utils/ul.c
@@ -604,7 +604,7 @@ needcol(int col) {
static void sig_handler(int signo)
{
- exit(EXIT_SUCCESS);
+ _exit(EXIT_SUCCESS);
}
static void exitbuf(void)