| commit | d233b485e83c3a784b803fb894280773f16f2deb | [log] [tgz] |
|---|---|---|
| author | Chet Ramey <chet.ramey@case.edu> | Mon Jan 07 09:27:52 2019 -0500 |
| committer | Chet Ramey <chet.ramey@case.edu> | Mon Jan 07 09:27:52 2019 -0500 |
| tree | 16d51f3ccca2d4ad2d8f2da564d68ca848de595b | |
| parent | 64447609994bfddeef1061948022c074093e9a9f [diff] [blame] |
bash-5.0 distribution sources and documentation
diff --git a/xmalloc.c b/xmalloc.c index b32c068..ca297dc 100644 --- a/xmalloc.c +++ b/xmalloc.c
@@ -51,9 +51,11 @@ extern char *sbrk(); #endif +#if defined (HAVE_SBRK) && defined (USING_BASH_MALLOC) static PTR_T lbreak; static int brkfound; static size_t allocated; +#endif /* **************************************************************** */ /* */