fix g++ 3.3 compile
This commit is contained in:
@@ -18,7 +18,7 @@ extern "C" int sigaltstack(const stack_t * __restrict, stack_t * __restrict);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__)
|
||||||
# define NOINLINE __attribute__((noinline))
|
# define NOINLINE __attribute__((__noinline__))
|
||||||
#else
|
#else
|
||||||
# define NOINLINE
|
# define NOINLINE
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user