summaryrefslogtreecommitdiff
path: root/system/make/fix-atexit-exit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/make/fix-atexit-exit.patch')
-rw-r--r--system/make/fix-atexit-exit.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/make/fix-atexit-exit.patch b/system/make/fix-atexit-exit.patch
index a71d26fb5..bce562f90 100644
--- a/system/make/fix-atexit-exit.patch
+++ b/system/make/fix-atexit-exit.patch
@@ -4,8 +4,8 @@ POSIX says the behaviour is undefined if atexit callback calls
exit(). On glibc it works, but on musl it does not. Call instead
_exit() which is guaranteed to work.
---- ./output.c.orig
-+++ ./output.c
+--- make-4.3/src/output.c
++++ make-4.3/src/output.c
@@ -495,7 +495,7 @@
perror_with_name (_("write error: stdout"), "");
else