From 34ef548a3770131a03cf55866caedc8c50793617 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 21 Aug 2001 02:57:38 +0000 Subject: Update. 2001-08-20 Ulrich Drepper * misc/error.c (error_tail): Use fputws_unlocked instead of fputws. * misc/err.c (convert_and_print): Likewise. * malloc/obstack.c (print_and_abort): Use fprintf instead of two function calls. --- misc/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/error.c') diff --git a/misc/error.c b/misc/error.c index 1c9c4a6850..aa0d8bbea7 100644 --- a/misc/error.c +++ b/misc/error.c @@ -151,7 +151,7 @@ error_tail (int status, int errnum, const char *message, va_list args) if (wmessage == NULL) { - fputws (L"out of memory\n", stderr); + fputws_unlocked (L"out of memory\n", stderr); return; } } -- cgit v1.2.3