• R
    fix (hopefully) all hard-coded 8's for kernel sigset_t size · 2f437040
    Rich Felker 提交于
    some minor changes to how hard-coded sets for thread-related purposes
    are handled were also needed, since the old object sizes were not
    necessarily sufficient. things have gotten a bit ugly in this area,
    and i think a cleanup is in order at some point, but for now the goal
    is just to get the code working on all supported archs including mips,
    which was badly broken by linux rejecting syscalls with the wrong
    sigset_t size.
    2f437040
pthread_create.c 3.5 KB