Format limits and sysconf

This commit is contained in:
Jeremy Soller
2025-12-19 11:46:38 -07:00
parent 3b963b2745
commit 0405048890
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -6,11 +6,7 @@ use core::{
};
use crate::{
header::{
errno,
limits::*,
signal,
},
header::{errno, limits::*, signal},
platform,
};