mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03: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:
@ -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>
|
2017-10-20 Wilco Dijkstra <wdijkstr@arm.com>
|
||||||
|
|
||||||
* malloc/malloc.c (_int_free): Add SINGLE_THREAD_P fast paths.
|
* malloc/malloc.c (_int_free): Add SINGLE_THREAD_P fast paths.
|
||||||
|
@ -243,6 +243,9 @@
|
|||||||
|
|
||||||
#include <malloc/malloc-internal.h>
|
#include <malloc/malloc-internal.h>
|
||||||
|
|
||||||
|
/* For SINGLE_THREAD_P. */
|
||||||
|
#include <sysdep-cancel.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Debugging:
|
Debugging:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user