Summary: | Use ucontext_t instead of struct ucontext | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Khem Raj <raj.khem> |
Component: | memcheck | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | carlos, fweimer, mark, tom |
Priority: | NOR | ||
Version: | 3.13 SVN | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | proposed fix |
(In reply to Khem Raj from comment #0) > Created attachment 106359 [details] > proposed fix > > glibc 2.26 does not expose struct ucontext anymore. Attached patch fixes it This patch looks good to me. Keep in mind that 2.26 is not out yet, but it will be released August 1st, and the packaging changes required are being documented for the release in the usual place: https://sourceware.org/glibc/wiki/Release/2.26#Removal_of_.27struct_ucontext.27 Thanks. Pushed as valgrind svn r16457. |
Created attachment 106359 [details] proposed fix glibc 2.26 does not expose struct ucontext anymore. Attached patch fixes it