Re: [git commit] mips/signalfd.h: SFD_NONBLOCK for mips is 0200 unlike 04000 commonly

2011-07-11 Thread Mike Frysinger
On Friday, July 01, 2011 17:50:15 Khem Raj wrote: > --- a/include/sys/signalfd.h > +++ b/include/sys/signalfd.h > @@ -64,6 +64,15 @@ enum > # define SFD_NONBLOCK SFD_NONBLOCK >}; > > +#elif defined __mips__ > +enum > + { > +SFD_CLOEXEC = 0200, > +# define SFD_CLOEXEC SFD_CLOEXEC > +

Re: ipc.h struct layout fix

2011-07-11 Thread Mike Frysinger
On Monday, July 11, 2011 08:23:26 Bernd Schmidt wrote: > I still need to worry about the problem Peter mentioned about > __kernel_mode_t not always being available. bits/kernel_types.h should be exported for all arches -mike signature.asc Description: This is a digitally signed message part. ___

Re: ipc.h struct layout fix

2011-07-11 Thread Bernd Schmidt
On 07/10/11 07:19, Mike Frysinger wrote: > On Sat, Jul 9, 2011 at 18:38, Bernd Schmidt wrote: >> So, the list of those that have an int kernel_mode_t and use >> common/bits/ipc.h is x86_64 and v850. v850 has "select >> ARCH_LITTLE_ENDIAN" and x86_64 is known to be LE as well. > > looks fine then f