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] powerpc: Enable demuxed sysv IPC syscalls


Michael Ellerman <mpe@ellerman.id.au> writes:

> Having said that it doesn't seem like it buys us that much. Just that userspace
> no longer has to worry about passing IPC_64, or is there more to it that I'm
> missing? I guess that's a worthwhile cleanup though.

By removing the requirement to add IPC_64 you remove the need for a
special wrapper, and the syscalls can be implemented by just adding it
to syscalls.list.  That should be the goal for every new syscall.  Also,
it doesn't make sense to offer obsolete interfaces (the non-IPC_64
variants) through such syscalls.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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