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:
@ -243,6 +243,9 @@
|
||||
|
||||
#include <malloc/malloc-internal.h>
|
||||
|
||||
/* For SINGLE_THREAD_P. */
|
||||
#include <sysdep-cancel.h>
|
||||
|
||||
/*
|
||||
Debugging:
|
||||
|
||||
|
Reference in New Issue
Block a user