• Ulrich Drepper's avatar
    [PATCH] Signal invalid ipc operation with ENOSYS · e7507c16
    Ulrich Drepper authored
    The ipc multiplexer syscall on x86 currently returns EINVAL for a
    non-existing sub-opcode.  This logical but is a problem with the
    introduction of new operations (like semtimedop).  Now EINVAL can mean
    "no such operation" and "invalid parameter".  To avoid such problems in
    future, could you apply the attached patch?
    e7507c16
sys_i386.c 5.78 KB