[Glibc-bsd-commits] r6170 - trunk/glibc-ports-2.25/kfreebsd/sys

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Fri Aug 4 21:13:11 UTC 2017


Author: aurel32
Date: 2017-08-04 21:13:11 +0000 (Fri, 04 Aug 2017)
New Revision: 6170

Modified:
   trunk/glibc-ports-2.25/kfreebsd/sys/ucontext.h
Log:
Merge from upstream: Installed-header hygiene (BZ#20366): stack_t.

commit c66b29f9cce9bf7c67d55879dff5e4cd03ecfac1


Modified: trunk/glibc-ports-2.25/kfreebsd/sys/ucontext.h
===================================================================
--- trunk/glibc-ports-2.25/kfreebsd/sys/ucontext.h	2017-08-04 20:52:23 UTC (rev 6169)
+++ trunk/glibc-ports-2.25/kfreebsd/sys/ucontext.h	2017-08-04 21:13:11 UTC (rev 6170)
@@ -26,9 +26,10 @@
 #include <features.h>
 #include <signal.h>
 
-/* We need the signal context definitions even if they are not used
-   included in <signal.h>.  */
+/* We need the signal context definitions even if they are not exposed
+   by <signal.h>.  */
 #include <bits/sigcontext.h>
+#include <bits/sigstack.h>
 
 /* This include file defines the type 'mcontext_t'.  */
 #include <bits/mcontext.h>




More information about the Glibc-bsd-commits mailing list