mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Update.
2001-08-20 Ulrich Drepper <drepper@redhat.com> * 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.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user