[Glibc-bsd-commits] r6153 - trunk/glibc-ports-2.25/fbtl

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Thu Aug 3 22:28:43 UTC 2017


Author: aurel32
Date: 2017-08-03 22:28:43 +0000 (Thu, 03 Aug 2017)
New Revision: 6153

Modified:
   trunk/glibc-ports-2.25/fbtl/allocatestack.c
Log:
allocatestack.c: include <stack-aliasing.h>

upstream commit 93a6d0820430bfe3d09695a1376c07abf6d2214f: Clean up stack-coloring macros.



Modified: trunk/glibc-ports-2.25/fbtl/allocatestack.c
===================================================================
--- trunk/glibc-ports-2.25/fbtl/allocatestack.c	2017-08-03 22:27:19 UTC (rev 6152)
+++ trunk/glibc-ports-2.25/fbtl/allocatestack.c	2017-08-03 22:28:43 UTC (rev 6153)
@@ -30,6 +30,7 @@
 #include <list.h>
 #include <lowlevellock.h>
 #include <kernel-features.h>
+#include <stack-aliasing.h>
 
 
 #if !(defined(NEED_SEPARATE_REGISTER_STACK) || defined(NEED_STACK_SIZE_FOR_PTH_CREATE))




More information about the Glibc-bsd-commits mailing list