1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
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:
Ulrich Drepper
2001-08-21 02:57:38 +00:00
parent 62ed552b93
commit 34ef548a37
4 changed files with 11 additions and 6 deletions

View File

@ -69,7 +69,7 @@ convert_and_print (const char *format, __gnuc_va_list ap)
if (wformat == NULL)
{
fputws (L"out of memory\n", stderr);
fputws_unlocked (L"out of memory\n", stderr);
return;
}
}