summarylogtreecommitdiffstats
path: root/0000-gcc-4.9.ucontext.patch
blob: db82c22e3bc423dcc71bb5bdbed83072b424817e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- libsanitizer/sanitizer_common/sanitizer_linux.h.orig	2013-12-05 04:18:38.000000000 -0500
+++ libsanitizer/sanitizer_common/sanitizer_linux.h	2017-09-12 18:30:52.178616638 -0400
@@ -14,13 +14,13 @@
 #include "sanitizer_platform.h"
 #if SANITIZER_LINUX
 #include "sanitizer_common.h"
 #include "sanitizer_internal_defs.h"
 #include "sanitizer_platform_limits_posix.h"
+#include <sys/ucontext.h>
 
 struct link_map;  // Opaque type returned by dlopen().
-struct sigaltstack;
 
 namespace __sanitizer {
 // Dirent structure for getdents(). Note that this structure is different from
 // the one in <dirent.h>, which is used by readdir().
 struct linux_dirent;