Re: [PATCH 1/2] Rename struct ucontext to struct mcontext

2015-03-31 Thread Corinna Vinschen
On Mar 31 18:48, Jon TURNEY wrote: > On 30/03/2015 19:47, Corinna Vinschen wrote: > >Just for the records what we talked about on IRC: > > > >On Mar 30 18:32, Jon TURNEY wrote: > >>@@ -45,7 +49,7 @@ struct _fpstate > >>__uint32_t padding[24]; > >> }; > >> > >>-struct ucontext > >>+struct mcont

Re: [PATCH 1/2] Rename struct ucontext to struct mcontext

2015-03-31 Thread Jon TURNEY
On 30/03/2015 19:47, Corinna Vinschen wrote: Just for the records what we talked about on IRC: On Mar 30 18:32, Jon TURNEY wrote: @@ -45,7 +49,7 @@ struct _fpstate __uint32_t padding[24]; }; -struct ucontext +struct mcontext __mcontext so as not to pollute the namespace. __uint64

Re: [PATCH 1/2] Rename struct ucontext to struct mcontext

2015-03-30 Thread Corinna Vinschen
Just for the records what we talked about on IRC: On Mar 30 18:32, Jon TURNEY wrote: > @@ -45,7 +49,7 @@ struct _fpstate >__uint32_t padding[24]; > }; > > -struct ucontext > +struct mcontext __mcontext so as not to pollute the namespace. >__uint64_t etr; >__uint64_t efr; >__ui

[PATCH 1/2] Rename struct ucontext to struct mcontext

2015-03-30 Thread Jon TURNEY
* include/cygwin/signal.h : Rename struct ucontext to struct mcontext. Remove unused member oldmask and simplify __COPY_CONTEXT_SIZE. --- winsup/cygwin/ChangeLog | 5 + winsup/cygwin/include/cygwin/signal.h | 16 +--- 2 files changed, 14 insertions(+)