]> sourceware.org Git - glibc.git/commitdiff
Fix build issue with SINGLE_THREAD_P
authorWilco Dijkstra <wdijkstr@arm.com>
Fri, 20 Oct 2017 16:39:47 +0000 (17:39 +0100)
committerWilco Dijkstra <wdijkstr@arm.com>
Fri, 20 Oct 2017 16:39:47 +0000 (17:39 +0100)
Add sysdep-cancel.h include.

* malloc/malloc.c (sysdep-cancel.h): Add include.

ChangeLog
malloc/malloc.c

index 0eb9bae7d0dcb8d2f131bc8daa5845be952ac9fe..f0512c524d206b93e5c3083d885f41d432f704cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 4db21cc8c13a7780a94f311cf16382f794b339ea..32b6e968fcf4daf63b63a41515be12170e9fbf05 100644 (file)
 
 #include <malloc/malloc-internal.h>
 
+/* For SINGLE_THREAD_P.  */
+#include <sysdep-cancel.h>
+
 /*
   Debugging:
 
This page took 2.653119 seconds and 5 git commands to generate.