Refactor: inline core_io
* Extract the minimal set of definitions from `core_io` to `relibc` itself * Remove dependency on `core_io`
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use crate::io::Write;
|
||||
use core::{arch::asm, ptr};
|
||||
use core_io::Write;
|
||||
|
||||
use super::{errno, types::*, Pal};
|
||||
use crate::{
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
use crate::{
|
||||
c_str::{CStr, CString},
|
||||
core_io::{prelude::*, BufReader, SeekFrom},
|
||||
fs::File,
|
||||
header::string::strlen,
|
||||
io::{prelude::*, BufReader, SeekFrom},
|
||||
platform::{
|
||||
sys::{S_ISGID, S_ISUID},
|
||||
types::*,
|
||||
|
||||
Reference in New Issue
Block a user