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:
Arthur Paulino
2023-12-24 17:06:27 -03:00
parent 0f9aca12dd
commit d4eddbf42e
17 changed files with 4741 additions and 46 deletions
-3
View File
@@ -4,9 +4,6 @@
[submodule "ralloc"]
path = ralloc
url = https://gitlab.redox-os.org/redox-os/ralloc.git
[submodule "core_io"]
path = core_io
url = https://gitlab.redox-os.org/redox-os/core_io.git
[submodule "posix-regex"]
path = posix-regex
url = https://gitlab.redox-os.org/redox-os/posix-regex.git