From c358c790f9a563524f2954505954b726b96cc75a Mon Sep 17 00:00:00 2001 From: Chen Peng Date: Thu, 9 Jul 2026 10:21:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AppKit/buddy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/buddy.h b/AppKit/buddy.h index 0ff78fa..ae1fc39 100644 --- a/AppKit/buddy.h +++ b/AppKit/buddy.h @@ -16,7 +16,7 @@ typedef struct buddy_block_t{ typedef struct buddy_t{ buddy_block_t* head; buddy_block_t* tail; - int alignment; + os_size_t alignment; }buddy_t; /* ------------------------------------------------------------------------------------------------------------------ */