mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
LibC: Sort the SOURCES entries in CMakeLists.txt
This commit is contained in:
parent
cacc3ee857
commit
4f8d095f5a
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,6 @@ set(LIBC_SOURCES
|
|||
string.cpp
|
||||
strings.cpp
|
||||
stubs.cpp
|
||||
syslog.cpp
|
||||
sys/auxv.cpp
|
||||
sys/file.cpp
|
||||
sys/mman.cpp
|
||||
|
@ -52,10 +51,11 @@ set(LIBC_SOURCES
|
|||
sys/ptrace.cpp
|
||||
sys/select.cpp
|
||||
sys/socket.cpp
|
||||
sys/statvfs.cpp
|
||||
sys/uio.cpp
|
||||
sys/wait.cpp
|
||||
sys/statvfs.cpp
|
||||
sys/xattr.cpp
|
||||
syslog.cpp
|
||||
termcap.cpp
|
||||
termios.cpp
|
||||
time.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue