linD026 / ucsan

The User Concurrency Sanitizer (UCSAN)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix the bug in gcc compiler specific

linD026 opened this issue · comments

Currently, the if statement of __GNUC__ will let the compiler-specific header not work well.
It won't do as we think, since it doesn't let us use the GCC-specific function.

Fixed by a4511c2.