mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-10 13:40:55 +02:00
fixes to printf for wide characters in single-byte locales; fixes to job notification for -c command shells
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ static void *initialbrk;
|
||||
static void *curbrk;
|
||||
|
||||
static int
|
||||
brkinit (void)
|
||||
initbrk (void)
|
||||
{
|
||||
if (initialbrk == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user