Commit b350ef4c authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

Merge remote-tracking branch 'bb-10.1-release' into 10.1

parents deb36558 c0ac310e
......@@ -37,7 +37,7 @@
#ifdef __linux__
#define PTR_SANE(p) ((p) && (char*)(p) >= heap_start && (char*)(p) <= heap_end)
static char *heap_start;
extern char *__bss_start;
char *__bss_start;
#else
#define PTR_SANE(p) (p)
#endif /* __linux */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment