This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add ipc.h for aarch64


On 21 October 2014 09:35, Alan Hayward <alan.hayward@arm.com> wrote:
> Copied sysdeps/unix/sysv/linux/mips/bits/ipc.h to (new file)

We are currently using sysdeps/unix/sysv/linux/bits/ipc.h, I'd prefer
we took a copy of that file and changed:

unsigned short int mode;            /* Read/write permission.  */
unsigned short int __pad1;
->
unsigned int mode;            /* Read/write permission.  */

Rather than take the other changes present in the mips file.

Cheers
/Marcus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]