From f9fa35febe16c02f1ab14df4222559031a3d654b Mon Sep 17 00:00:00 2001 From: bumbread Date: Tue, 9 Aug 2022 00:48:01 +1100 Subject: [PATCH] Fix issue with aligned alloc --- todo | 1 + 1 file changed, 1 insertion(+) diff --git a/todo b/todo index 8518f61..919578c 100644 --- a/todo +++ b/todo @@ -58,6 +58,7 @@ stdlib.h: * Fix aligned_malloc * Constraint Handlers * getenv_s +* aligned_alloc can't be used with free() string.h: * strnlen_s