diff options
author | dzwdz | 2023-08-14 18:51:07 +0200 |
---|---|---|
committer | dzwdz | 2023-08-14 18:51:07 +0200 |
commit | 642b5fb0007b64c77d186fcb018d571152ee1d47 (patch) | |
tree | 1c466461f3602d306be309a053edae558ef2568e /sysroot/usr | |
parent | 8050069c57b729c18c19b1a03ab6e4bf63b4735e (diff) |
reorganization: first steps
Diffstat (limited to 'sysroot/usr')
l--------- | sysroot/usr/include | 2 | ||||
l--------- | sysroot/usr/lib/crt0.o | 2 | ||||
l--------- | sysroot/usr/local/include | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sysroot/usr/include b/sysroot/usr/include index e7f2ad7..3f3830c 120000 --- a/sysroot/usr/include +++ b/sysroot/usr/include @@ -1 +1 @@ -../../src/user/lib/include
\ No newline at end of file +../../src/libc/include
\ No newline at end of file diff --git a/sysroot/usr/lib/crt0.o b/sysroot/usr/lib/crt0.o index acea146..648a150 120000 --- a/sysroot/usr/lib/crt0.o +++ b/sysroot/usr/lib/crt0.o @@ -1 +1 @@ -../../../out/obj/user/lib/_start.s.o
\ No newline at end of file +../../../out/obj/libc/_start.s.o
\ No newline at end of file diff --git a/sysroot/usr/local/include b/sysroot/usr/local/include index 09eec1e..f4fd256 120000 --- a/sysroot/usr/local/include +++ b/sysroot/usr/local/include @@ -1 +1 @@ -../../../src/shared/include
\ No newline at end of file +../../../src/libk/include
\ No newline at end of file |