mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
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:
parent
a15d53e2de
commit
6d43de4b85
@ -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.
|
||||
|
@ -243,6 +243,9 @@
|
||||
|
||||
#include <malloc/malloc-internal.h>
|
||||
|
||||
/* For SINGLE_THREAD_P. */
|
||||
#include <sysdep-cancel.h>
|
||||
|
||||
/*
|
||||
Debugging:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user