Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 104931
Collapse All | Expand All

(-)xorg-server-0.99.1.orig/hw/xfree86/common/xf86Events.c (-1 / +1 lines)
Lines 1277-1283 Link Here
1277
    xf86SigIllHandler = sigillhandler;
1277
    xf86SigIllHandler = sigillhandler;
1278
}
1278
}
1279
1279
1280
#if defined(__GLIBC__)
1280
#if defined(__GLIBC__) && !defined(__UCLIBC__)
1281
# if __GLIBC_PREREQ(2, 1)
1281
# if __GLIBC_PREREQ(2, 1)
1282
#  define HAVE_BACKTRACE
1282
#  define HAVE_BACKTRACE
1283
# endif
1283
# endif

Return to bug 104931