summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
Diffstat (limited to 'Mac')
-rw-r--r--Mac/mwerks/malloc/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/mwerks/malloc/malloc.c b/Mac/mwerks/malloc/malloc.c
index fdf91d5..8de5758 100644
--- a/Mac/mwerks/malloc/malloc.c
+++ b/Mac/mwerks/malloc/malloc.c
@@ -105,7 +105,7 @@ union overhead {
#ifdef USE_CACHE_ALIGNED
struct cachealigner {
u_long ovalign[USE_CACHE_ALIGNED];
- };
+ } ovu_aligner;
#endif /* USE_CACHE_ALIGN */
};