Ignore:
Timestamp:
Jun 7, 2019, 10:13:19 PM (5 years ago)
Author:
coas-nagasima
Message:

ファイルヘッダーの更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/musl-1.1.18/src/internal/syscall.h

    r364 r400  
    4444#endif
    4545#define __syscall7(n,a,b,c,d,e,f,g) (__syscall)(n,__scc(a),__scc(b),__scc(c),__scc(d),__scc(e),__scc(f),__scc(g))
    46 #endif
     46
    4747#define __SYSCALL_NARGS_X(a,b,c,d,e,f,g,h,n,...) n
    4848#define __SYSCALL_NARGS(...) __SYSCALL_NARGS_X(__VA_ARGS__,7,6,5,4,3,2,1,0,)
     
    5050#define __SYSCALL_CONCAT(a,b) __SYSCALL_CONCAT_X(a,b)
    5151#define __SYSCALL_DISP(b,...) __SYSCALL_CONCAT(b,__SYSCALL_NARGS(__VA_ARGS__))(__VA_ARGS__)
    52 
     52#endif
    5353#define __syscall(...) __SYSCALL_DISP(__syscall,__VA_ARGS__)
    54 #define syscall(...) __syscall_ret(__syscall(__VA_ARGS__))
     54//#define syscall(...) __syscall_ret(__syscall(__VA_ARGS__))
    5555
    5656#define socketcall __socketcall
     
    6666#endif
    6767#define __syscall_cp(...) __SYSCALL_DISP(__syscall_cp,__VA_ARGS__)
    68 #define syscall_cp(...) __syscall_ret(__syscall_cp(__VA_ARGS__))
     68//#define syscall_cp(...) __syscall_ret(__syscall_cp(__VA_ARGS__))
    6969
    7070#ifndef SYSCALL_USE_SOCKETCALL
Note: See TracChangeset for help on using the changeset viewer.