Remove all 'static' before ALWAYS_INLINE
llvm-svn: 178290
This commit is contained in:
parent
d38b835230
commit
07d06d7cf5
|
|
@ -288,7 +288,7 @@ typedef struct {
|
|||
u32 parent_tid;
|
||||
} asan_block_context_t;
|
||||
|
||||
static ALWAYS_INLINE
|
||||
ALWAYS_INLINE
|
||||
void asan_register_worker_thread(int parent_tid, StackTrace *stack) {
|
||||
AsanThread *t = GetCurrentThread();
|
||||
if (!t) {
|
||||
|
|
|
|||
|
|
@ -1656,7 +1656,7 @@ TSAN_INTERCEPTOR(int, poll, void *fds, long_t nfds, int timeout) {
|
|||
return res;
|
||||
}
|
||||
|
||||
static void ALWAYS_INLINE rtl_generic_sighandler(bool sigact, int sig,
|
||||
void ALWAYS_INLINE rtl_generic_sighandler(bool sigact, int sig,
|
||||
my_siginfo_t *info, void *ctx) {
|
||||
ThreadState *thr = cur_thread();
|
||||
SignalContext *sctx = SigCtx(thr);
|
||||
|
|
|
|||
Loading…
Reference in New Issue