fixes to printf for wide characters in single-byte locales; fixes to job notification for -c command shells

This commit is contained in:
Chet Ramey
2024-03-13 09:33:32 -04:00
parent 54f3ed2278
commit bf944fe91f
9 changed files with 539 additions and 492 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ static void *initialbrk;
static void *curbrk;
static int
brkinit (void)
initbrk (void)
{
if (initialbrk == 0)
{