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:

> I think it's also important not to #define __NR_semop etc. right? Otherwise
> userspace code might be doing #ifdef __NR_semop to detect whether that syscall
> is implemented.

That has never been a reliable test, as the compile time environment
(using the newest available kernel headers) usually does not match the
runtime environment (running an older kernel).

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]