• T
    use separate sigaction buffers for old and new data · 48748143
    Timo Teräs 提交于
    in signal() it is needed since __sigaction uses restrict in parameters
    and sharing the buffer is technically an aliasing error. do the same
    for the syscall, as at least qemu-user does not handle it properly.
    48748143
signal.c 399 字节
新手
引导
客服 返回
顶部