Blame SOURCES/gcc8-s390x-libsanitizer.patch

5cc31e
2017-08-04  Jakub Jelinek  <jakub@redhat.com>
5cc31e
5cc31e
	* include/system/sys/ptrace.h: New file.
5cc31e
5cc31e
--- libsanitizer/include/system/sys/ptrace.h.jj	2017-08-04 09:31:11.129824715 +0200
5cc31e
+++ libsanitizer/include/system/sys/ptrace.h	2017-08-04 09:34:36.286450409 +0200
5cc31e
@@ -0,0 +1,7 @@
5cc31e
+#include_next <sys/ptrace.h>
5cc31e
+#ifndef PTRACE_GETREGSET
5cc31e
+/* glibc before
5cc31e
+   https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=cbff0d9689c4d68578b6a4f0a17807232506ea27
5cc31e
+   doesn't define PTRACE_GETREGSET.  */
5cc31e
+#define PTRACE_GETREGSET 0x4204
5cc31e
+#endif