mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:17:46 +00:00
AK: Move the userspace SharedBuffer from LibC to AK
This always felt out-of-place in LibC.
This commit is contained in:
parent
38f93ef13b
commit
fc86460134
22 changed files with 41 additions and 24 deletions
|
@ -9,10 +9,10 @@ AK_OBJS = \
|
|||
../../AK/JsonParser.o \
|
||||
../../AK/LogStream.o \
|
||||
../../AK/MappedFile.o \
|
||||
../../AK/SharedBuffer.o \
|
||||
../../AK/Utf8View.o
|
||||
|
||||
LIBC_OBJS = \
|
||||
SharedBuffer.o \
|
||||
stdio.o \
|
||||
unistd.o \
|
||||
string.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue