From fccac591b585f6b2bdf922b0c6f26a427d5f4cf4 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 3 Mar 2018 18:52:07 -0700 Subject: [PATCH] locale.c: Remove redundant SAVE_ERRNO The errnos were already saved just above --- locale.c | 1 - 1 file changed, 1 deletion(-) diff --git a/locale.c b/locale.c index d6d91ea..1634bab 100644 --- a/locale.c +++ b/locale.c @@ -998,7 +998,6 @@ S_emulate_setlocale(const int category, # endif if (! uselocale(old_obj)) { - SAVE_ERRNO; # ifdef DEBUGGING -- 1.8.3.1