inttypes malloc and errno header cleanup

This commit is contained in:
auronandace
2026-01-02 11:43:50 +00:00
parent b269ccbd6f
commit 09c5eb43b7
3 changed files with 13 additions and 4 deletions
+5 -2
View File
@@ -3,8 +3,11 @@
//! Non-POSIX, see <https://man7.org/linux/man-pages/man3/posix_memalign.3.html>.
use crate::{
header::errno::*,
platform::{self, ERRNO, Pal, Sys, types::*},
header::errno::ENOMEM,
platform::{
self, ERRNO, Pal, Sys,
types::{c_void, size_t},
},
};
use core::ptr;