Re: [uml-devel] [PATCH] um: use POSIX ucontext_t instead of struct ucontext

2017-11-15 Thread Richard Weinberger
Am Mittwoch, 15. November 2017, 12:04:16 CET schrieb Krzysztof Mazur: > On Wed, Nov 15, 2017 at 11:19:41AM +0100, Richard Weinberger wrote: > > Am Mittwoch, 15. November 2017, 11:12:39 CET schrieb Krzysztof Mazur: > > > glibc 2.26 removed the 'struct ucontext' to "improve" POSIX compliance > > >

Re: [uml-devel] [PATCH] um: use POSIX ucontext_t instead of struct ucontext

2017-11-15 Thread Richard Weinberger
Am Mittwoch, 15. November 2017, 11:12:39 CET schrieb Krzysztof Mazur: > glibc 2.26 removed the 'struct ucontext' to "improve" POSIX compliance > and break programs, including User Mode Linux. Fix User Mode Linux > by using POSIX ucontext_t. > > This fixes: > > arch/um/os-Linux/signal.c: In