This will possibly need to be fixed according to the FSGS regset change. Sergey Bugaev, le lun. 03 avril 2023 14:56:21 +0300, a ecrit: > @@ -110,6 +132,10 @@ _hurd_setup_sighandler (struct hurd_sigstate *ss, const > struct sigaction *action > ucontext_t *uctxp; /* Points to uctx, below. */ > } posix; > }; > + > +#ifdef __x86_64__ > + void *_pad; > +#endif
Please mention what that is for. Samuel