summaryrefslogtreecommitdiff
path: root/src/gmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmalloc.c')
-rw-r--r--src/gmalloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gmalloc.c b/src/gmalloc.c
index 779cdb36d67..bac3ffb7e5e 100644
--- a/src/gmalloc.c
+++ b/src/gmalloc.c
@@ -2013,7 +2013,6 @@ mabort (enum mcheck_status status)
__libc_fatal (msg);
#else
fprintf (stderr, "mcheck: %s\n", msg);
- fflush (stderr);
emacs_abort ();
#endif
}