Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 133781 | Differences between
and this patch

Collapse All | Expand All

(-)tcc-0.9.23/bcheck.c.orig (-1 / +1 lines)
Lines 36-42 Link Here
36
36
37
#define HAVE_MEMALIGN
37
#define HAVE_MEMALIGN
38
38
39
#if defined(__FreeBSD__) || defined(__dietlibc__)
39
#if defined(__FreeBSD__) || defined(__dietlibc__) || defined(__UCLIBC__)
40
#warning Bound checking not fully supported on FreeBSD
40
#warning Bound checking not fully supported on FreeBSD
41
#undef CONFIG_TCC_MALLOC_HOOKS
41
#undef CONFIG_TCC_MALLOC_HOOKS
42
#undef HAVE_MEMALIGN
42
#undef HAVE_MEMALIGN

Return to bug 133781