From 3a476fa1957653ba8b4057be9165b7f2d8aede5f Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Mon, 1 Sep 2025 22:42:18 +0200 Subject: [PATCH] bool --- kern/libkern/stdint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kern/libkern/stdint.h b/kern/libkern/stdint.h index 37c912f..69e74d4 100644 --- a/kern/libkern/stdint.h +++ b/kern/libkern/stdint.h @@ -13,4 +13,4 @@ typedef uint64_t size_t; typedef uint64_t uintptr_t; -// typedef u8 bool; +typedef u8 bool;