Fix build issue with SINGLE_THREAD_P

Add sysdep-cancel.h include.

	* malloc/malloc.c (sysdep-cancel.h): Add include.
This commit is contained in:
Wilco Dijkstra 2017-10-20 17:39:47 +01:00
parent a15d53e2de
commit 6d43de4b85
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2017-10-20 Wilco Dijkstra <wdijkstr@arm.com>
* malloc/malloc.c (sysdep-cancel.h): Add include.
2017-10-20 Wilco Dijkstra <wdijkstr@arm.com>
* malloc/malloc.c (_int_free): Add SINGLE_THREAD_P fast paths.

View File

@ -243,6 +243,9 @@
#include <malloc/malloc-internal.h>
/* For SINGLE_THREAD_P. */
#include <sysdep-cancel.h>
/*
Debugging: