diff --git a/nptl/unwind.c b/nptl/unwind.c index f50997f728..404fab46d0 100644 --- a/nptl/unwind.c +++ b/nptl/unwind.c @@ -27,7 +27,7 @@ #include #include -#ifdef _STACK_GROWS_DOWN +#if _STACK_GROWS_DOWN # define FRAME_LEFT(frame, other, adj) \ ((uintptr_t) frame - adj >= (uintptr_t) other - adj) #elif _STACK_GROWS_UP