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/thread/pthread_cancel.c

    r337 r342  
    3131        if ((st=(self=__pthread_self())->canceldisable)
    3232            && (st==PTHREAD_CANCEL_DISABLE || nr==SYS_close))
    33                 return __syscall(nr, u, v, w, x, y, z);
     33                return __syscall_nr(nr, u, v, w, x, y, z);
    3434
    3535        r = __syscall_cp_asm(&self->cancel, nr, u, v, w, x, y, z);
Note: See TracChangeset for help on using the changeset viewer.