Ignore:
Timestamp:
Apr 27, 2018, 2:26:14 PM (6 years ago)
Author:
coas-nagasima
Message:

syscallが関数呼びになるよう変更
他更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/musl-1.1.18/src/unistd/setxid.c

    r337 r342  
    1414        struct ctx *c = p;
    1515        if (c->err>0) return;
    16         int ret = -__syscall(c->nr, c->id, c->eid, c->sid);
     16        int ret = -__syscall_nr(c->nr, c->id, c->eid, c->sid);
    1717        if (ret && !c->err) {
    1818                /* If one thread fails to set ids after another has already
Note: See TracChangeset for help on using the changeset viewer.